We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbbc45 commit 0e912e6Copy full SHA for 0e912e6
1 file changed
.github/workflows/ci.yaml
@@ -116,7 +116,7 @@ jobs:
116
echo "VERSION=${VERSION:1}-${{ github.run_number }}" >> "${GITHUB_OUTPUT}"
117
fi
118
- name: Build and Push to GCR
119
- if: (github.ref == 'refs/heads/develop') || contains(github.ref_name, '^v.*')
+ if: ${{ github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v') }}
120
id: build_push_gcr
121
uses: RafikFarhad/push-to-gcr-github-action@v5-beta
122
with:
0 commit comments