Skip to content

Commit

Permalink
cgire: add semver tagging to CI workflow for Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Dec 16, 2024
1 parent 00f3a7d commit d4cd992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
tags: |
type=semver,pattern={{version}}
images: |
${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}
${{ env.DOCKER_HUB_REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit d4cd992

Please sign in to comment.