We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f622b7 commit 3a3f4afCopy full SHA for 3a3f4af
.github/workflows/on_release.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
install: false
26
27
- - name: Deploy to Docker Hub - ARMv7
+ - name: Deploy to Docker Hub - multiplatform
28
if: success() && startsWith(github.ref, 'refs/tags/v')
29
env:
30
GITHUB_REF_TAG: ${{ github.ref }}
0 commit comments