Skip to content

Commit

Permalink
Merge pull request #9 from nova-wallet/develop
Browse files Browse the repository at this point in the history
Update docker image version (#8)
  • Loading branch information
valentunn authored Dec 25, 2021
2 parents 18f552f + 7772dba commit 65af106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/nova-wallet/build_tools:pr-2
image: ghcr.io/nova-wallet/build_tools:pr-3
credentials:
username: stepanLav
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/nova-wallet/build_tools:pr-2
image: ghcr.io/nova-wallet/build_tools:pr-3
credentials:
username: stepanLav
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/nova-wallet/build_tools:pr-2
image: ghcr.io/nova-wallet/build_tools:pr-3
credentials:
username: stepanLav
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 65af106

Please sign in to comment.