File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
105
105
106
106
- name : Build ${{ matrix.variant }} image
107
- uses : whoan/docker-build-with-cache-action@v5
107
+ uses : whoan/docker-build-with-cache-action@v8
108
108
with :
109
109
registry : ${{ secrets.AWS_ECR_REPO }}
110
110
username : ${{ secrets.AWS_ACCESS_KEY_ID }}
Original file line number Diff line number Diff line change 94
94
run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
95
95
96
96
- 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
98
98
with :
99
99
registry : ${{ secrets.AWS_ECR_REPO }}
100
100
username : ${{ secrets.AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments