We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a492b5f commit 9c1e112Copy full SHA for 9c1e112
1 file changed
.github/workflows/release-please.yaml
@@ -48,7 +48,7 @@ jobs:
48
tags: |
49
type=raw,pattern={{version}},value=${{ needs.release-please.outputs.tag_name }}
50
- name: Build and push Docker image tag
51
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
52
with:
53
context: .
54
platforms: linux/amd64
@@ -97,7 +97,7 @@ jobs:
97
id: sha
98
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
99
- name: Build and push Docker image sha
100
101
102
103
0 commit comments