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.
2 parents d1a88b2 + 4592e94 commit a43e369Copy full SHA for a43e369
.github/workflows/workflow.yml
@@ -52,7 +52,7 @@ jobs:
52
docker-publish:
53
runs-on: ubuntu-latest
54
needs: [test, docker-smoke-test]
55
- if: ${{ github.event_name == 'push' && startsWith('refs/tags/v', github.ref) }}
+ if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
56
steps:
57
- name: Checkout
58
uses: actions/checkout@v2
0 commit comments