Skip to content

Commit

Permalink
Bump whoan/docker-build-with-cache-action from 5 to 7
Browse files Browse the repository at this point in the history
Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 5 to 7.
- [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases)
- [Commits](whoan/docker-build-with-cache-action@v5...v7)

---
updated-dependencies:
- dependency-name: whoan/docker-build-with-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 18, 2023
1 parent 41db88f commit 2216d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- name: Build ${{ matrix.variant }} image
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v7
with:
registry: ${{ secrets.AWS_ECR_REPO }}
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- name: Build aws-crt-${{ matrix.variant }} image
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v7
with:
registry: ${{ secrets.AWS_ECR_REPO }}
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 2216d34

Please sign in to comment.