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 574b0f8 commit 7da557aCopy full SHA for 7da557a
.github/workflows/ci.yaml
@@ -106,7 +106,7 @@ jobs:
106
107
- name: Build and push Docker image
108
if: env.REGISTRY_USERNAME != '' && contains(github.ref, 'refs/heads/master')
109
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
110
with:
111
outputs: "type=registry,push=true"
112
platforms: linux/amd64,linux/arm64
.github/workflows/prerelease.yaml
@@ -70,7 +70,7 @@ jobs:
70
password: ${{ secrets.REGISTRY_PASSWORD }}
71
72
73
74
75
76
0 commit comments