Skip to content

Commit

Permalink
Enable latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Sep 29, 2022
1 parent b7e323b commit c091853
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
images: |
"${{ env.CONTAINER_IMAGE_ID }}"
"ghcr.io/${{ env.CONTAINER_IMAGE_ID }}"
# generate container image tags based on the following events/attributes
tags: |
type=schedule
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}.{{patch}}
Expand Down

0 comments on commit c091853

Please sign in to comment.