Skip to content

Commit

Permalink
fix: new docker image 003
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Aug 22, 2023
1 parent 62cc6b9 commit d71807a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ needs.check-build-cache.outputs.cache-found == 'failure' }}
runs-on: ubuntu-22.04
container:
image: zingodevops/android_builder:002
image: zingodevops/android_builder:003
env:
RUSTUP_HOME: /root/.rustup
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-cache-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Create cache key
runs-on: ubuntu-22.04
container:
image: zingodevops/android_builder:002
image: zingodevops/android_builder:003
env:
RUSTUP_HOME: /root/.rustup
outputs:
Expand Down

0 comments on commit d71807a

Please sign in to comment.