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.
2 parents 1d09fc0 + b5178f8 commit ebb263cCopy full SHA for ebb263c
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
type=raw,value=latest,enable={{is_default_branch}}
85
86
- name: Build and push Docker image
87
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
88
with:
89
context: .
90
platforms: linux/amd64,linux/arm64
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
type=semver,pattern={{major}}
80
81
82
83
0 commit comments