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 22
22
username : weaveworkseksctlci
23
23
password : ${{ secrets.DOCKER_HUB_PASSWORD }}
24
24
- name : Build and push Docker image
25
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # 6.16 .0
25
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 6.18 .0
26
26
with :
27
27
context : .
28
28
push : true
Original file line number Diff line number Diff line change 41
41
images : ${{ env.REGISTRY }}/${{ env.REGISTRY_ALIAS }}/${{ env.REPOSITORY }}
42
42
43
43
- name : Build and push container image to ECR
44
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # 6.16 .0
44
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 6.18 .0
45
45
with :
46
46
context : .
47
47
push : true
You can’t perform that action at this time.
0 commit comments