We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617cf81 commit 2202537Copy full SHA for 2202537
.github/workflows/docker-publish-producer.yml
@@ -65,7 +65,7 @@ jobs:
65
# https://github.com/docker/build-push-action
66
- name: Build and push Docker image (${{ steps.meta.outputs.tags }})
67
id: build-and-push
68
- uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
+ uses: docker/build-push-action@v6.18.0
69
with:
70
context: .
71
push: ${{ github.event_name != 'pull_request' }}
@@ -80,7 +80,7 @@ jobs:
80
- name: Build and push Docker image (latest)
81
id: build-and-push-latest
82
if: github.event_name != 'pull_request'
83
84
85
86
0 commit comments