We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d0f13 commit d66a44fCopy full SHA for d66a44f
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
password: ${{ secrets.GHCR_TOKEN }}
81
82
- name: Build Docker image
83
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
84
with:
85
context: .
86
# platforms: linux/amd64,linux/arm64
0 commit comments