Skip to content

Commit

Permalink
as discussed
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 10, 2024
1 parent a4350d6 commit 479d97b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ jobs:
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
images: ${{ env.DOCKER_IMAGE_NAME }}
flavor: |
latest=auto
tags: |
type=raw,value=latest,prefix=test-,enable={{is_default_branch}}
# "1.2.3" and "latest" Docker tags on push of git tag "v1.2.3"
type=semver,pattern={{version}}
# "edge" Docker tag on git push to default branch
type=edge
- name: Build and Push Docker Image
id: docker-push
Expand Down

0 comments on commit 479d97b

Please sign in to comment.