.github: Fix name of the RC step

This commit is contained in:
Manuel Rüger 2022-10-27 14:48:34 +02:00
parent e5336c82f5
commit f102bc58f9

View File

@ -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: