Skip to content

Commit 5516405

Browse files
Bump docker/build-push-action from 6.16.0 to 6.18.0 (#8392)
1 parent 209674e commit 5516405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
username: weaveworkseksctlci
2323
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
2424
- 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
2626
with:
2727
context: .
2828
push: true

.github/workflows/ecr-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_ALIAS }}/${{ env.REPOSITORY }}
4242

4343
- 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
4545
with:
4646
context: .
4747
push: true

0 commit comments

Comments
 (0)