Skip to content

Commit

Permalink
DEV-405: Use proper multiline syntax for Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Nov 13, 2023
1 parent 8a3bfa8 commit f39548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.BASE_IMAGE_NAME }}
tags:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit f39548e

Please sign in to comment.