deploy on any tag
This commit is contained in:
parent
a6951cbac7
commit
6652a02c87
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
deploy-to-kubernetes:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref == 'refs/tags/staging' }}
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
needs: build-and-push-images
|
||||
steps:
|
||||
- uses: mdgreenwald/mozilla-sops-action@d9714e521cbaecdae64a89d2fdd576dd2aa97056 # v1.6.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user