File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ jobs:
351
351
- name : Set up Docker Buildx
352
352
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
353
353
- name : Build image to dockerhub staging registry
354
- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
354
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
355
355
with :
356
356
context : .
357
357
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 41
41
username : " ${{ secrets.DOCKERHUB_USER }}"
42
42
password : " ${{ secrets.DOCKERHUB_SECRET }}"
43
43
- name : Build and push image to dockerhub staging registry
44
- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
44
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
45
45
with :
46
46
context : .
47
47
platforms : ${{ env.PLATFORMS }}
You can’t perform that action at this time.
0 commit comments