Skip to content

Commit

Permalink
.github: Fix name of the RC step
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Oct 27, 2022
1 parent e5336c8 commit f102bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f102bc5

Please sign in to comment.