mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-17 02:51:06 +01:00
.github: Fix name of the RC step
This commit is contained in:
parent
e5336c82f5
commit
f102bc58f9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user