Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clayoster committed Nov 14, 2024
1 parent 98ad74d commit cab77ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
# latest tag will automatically be applied if tag matches 0.0.0
# latest tag will automatically be applied if tag matches 0.0.0 or v0.0.0
# to avoid the latest tag, add data after the semver (ex. 0.0.0-beta.1)
- name: Build and push container image
Expand Down

0 comments on commit cab77ce

Please sign in to comment.