Skip to content

Commit

Permalink
feat(ci.yml): don't update latest tag for v1.6 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Apr 13, 2024
1 parent a382475 commit 4d8eecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
tags: |
cloudnativelabs/kube-router:${{ steps.extract_tag.outputs.tag }}
# Tagging a proper release, update latest
# Tagging a proper release
- name: Build and push - New Tag
uses: docker/build-push-action@v4
if: ${{ startsWith(github.ref, 'refs/tags/v') && ! contains(github.ref, '-rc') }}
Expand All @@ -172,7 +172,6 @@ jobs:
RUNTIME_BASE=${{ env.RUNTIME_BASE }}
tags: |
cloudnativelabs/kube-router:${{ steps.extract_tag.outputs.tag }}
cloudnativelabs/kube-router:latest
# Runs Go Releaser on Tag Event
ci-goreleaser-tag:
Expand Down

0 comments on commit 4d8eecd

Please sign in to comment.