Skip to content

Commit 2202537

Browse files
Change version of action
1 parent 617cf81 commit 2202537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish-producer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/docker/build-push-action
6666
- name: Build and push Docker image (${{ steps.meta.outputs.tags }})
6767
id: build-and-push
68-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
68+
uses: docker/build-push-action@v6.18.0
6969
with:
7070
context: .
7171
push: ${{ github.event_name != 'pull_request' }}
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build and push Docker image (latest)
8181
id: build-and-push-latest
8282
if: github.event_name != 'pull_request'
83-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
83+
uses: docker/build-push-action@v6.18.0
8484
with:
8585
context: .
8686
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)