Skip to content

Commit

Permalink
chore: Update Docker image tag generation for GitHub Container Registry
Browse files Browse the repository at this point in the history
The code changes update the tags generation for the Docker image published to the GitHub Container Registry. The 'latest' tag is now generated separately from other dynamically generated tags, improving clarity and consistency in the tagging process.
  • Loading branch information
Utesgui committed Jul 19, 2024
1 parent bce1fbe commit e07c7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

# Keep latest Tag upü to date
# Keep latest Tag up to date
- uses: silverlyra/latest-image-action
with:
repository: ${{ github.repository }}
Expand Down

0 comments on commit e07c7a8

Please sign in to comment.