We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787a01a commit 25b4477Copy full SHA for 25b4477
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
type=semver,pattern=v{{major}}.{{minor}}
46
type=semver,pattern=v{{major}}
47
- uses: docker/login-action@v2
48
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
+ if: github.event_name == 'push'
49
with:
50
username: ${{ secrets.DOCKER_USERNAME }}
51
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments