diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 531a9c6..b6e1244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} build-tag: - if: github.event_name == 'push' && github.ref == 'refs/tags/*' + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') permissions: contents: read packages: write