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 655b0f3 commit 9e1b0faCopy full SHA for 9e1b0fa
.github/workflows/docker-image.yml
@@ -43,7 +43,7 @@ jobs:
43
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
44
45
- name: Build and push Docker image
46
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
47
with:
48
context: .
49
platforms: linux/amd64, linux/arm64
0 commit comments