From 6652a02c876570906a3b7a7e19dc3c6d2c3f59b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 29 Oct 2024 17:34:46 +0100 Subject: [PATCH] deploy on any tag --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f67f8cb..ec666fa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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