Skip to content

Commit cc04a2d

Browse files
authored
Merge pull request #70 from PDOK/adjust-build-action
Instruct metadata action to not use 'latest' tag
2 parents ff53c85 + e8fd6d8 commit cc04a2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-publish-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: docker/metadata-action@v3
1515
with:
1616
images: ${{ env.image }}
17+
flavor: |
18+
latest=false
1719
tags: |
1820
type=semver,pattern={{major}}
1921
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)