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 eb949b1 commit bee129fCopy full SHA for bee129f
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
run: echo ${{ steps.buildx.outputs.platforms }}
45
46
- name: Build container image
47
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
48
with:
49
push: false
50
context: .
@@ -67,7 +67,7 @@ jobs:
67
TAG_SUFFIX: ${{ github.sha }}
68
69
- name: Publish container image
70
71
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
72
73
push: true
0 commit comments