From f102bc58f91a7abc78d4090d88816e64353e0585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 27 Oct 2022 14:48:34 +0200 Subject: [PATCH] .github: Fix name of the RC step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d456833b92..241e91ff3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: tags: cloudnativelabs/kube-router-git:PR-${{ github.event.pull_request.number }} # Tagging a release candidate, don't update latest - - name: Build and push - New Tag + - name: Build and push - New Tag (Release Candidate) uses: docker/build-push-action@v3 if: ${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-rc') }} with: