Skip to content

Commit e8fd6d8

Browse files
authored
Instruct metadata action to not use 'latest' tag
1 parent ff53c85 commit e8fd6d8

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)