We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209674e commit 5516405Copy full SHA for 5516405
2 files changed
.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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 #6.16.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #6.18.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