We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd6517 commit 773e2f1Copy full SHA for 773e2f1
.github/workflows/docker-publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
username: weaveworkseksctlci
23
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
24
- name: Build and push Docker image
25
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 #6.13.0
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 #6.15.0
26
with:
27
context: .
28
push: true
.github/workflows/ecr-publish.yaml
@@ -41,7 +41,7 @@ jobs:
41
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_ALIAS }}/${{ env.REPOSITORY }}
42
43
- name: Build and push container image to ECR
44
45
46
47
0 commit comments