Skip to content

Commit ac26551

Browse files
Bump whoan/docker-build-with-cache-action from 5 to 8 (#260)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Graeb <[email protected]>
1 parent 36cf9d3 commit ac26551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-channel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
105105

106106
- name: Build ${{ matrix.variant }} image
107-
uses: whoan/docker-build-with-cache-action@v5
107+
uses: whoan/docker-build-with-cache-action@v8
108108
with:
109109
registry: ${{ secrets.AWS_ECR_REPO }}
110110
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
9595

9696
- name: Build aws-crt-${{ matrix.variant }} image
97-
uses: whoan/docker-build-with-cache-action@v5
97+
uses: whoan/docker-build-with-cache-action@v8
9898
with:
9999
registry: ${{ secrets.AWS_ECR_REPO }}
100100
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)