We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6783a commit d5572eaCopy full SHA for d5572ea
.github/workflows/release-please.yaml
@@ -50,7 +50,7 @@ jobs:
50
tags: |
51
type=raw,pattern={{version}},value=${{ needs.release-please.outputs.tag_name }}
52
- name: Build and push Docker image tag
53
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
54
with:
55
context: .
56
platforms: linux/amd64, linux/arm64
@@ -105,7 +105,7 @@ jobs:
105
id: sha
106
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
107
- name: Build and push Docker image sha
108
109
110
111
0 commit comments