Skip to content

Commit c96b3b8

Browse files
committed
Do not tag images as latest
1 parent 956927d commit c96b3b8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
uses: docker/metadata-action@v3
4141
with:
4242
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}
43+
flavor: |
44+
latest=false
4345
4446
- name: Publish image on GHCR
4547
uses: docker/build-push-action@v2

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: docker/metadata-action@v3
3333
with:
3434
images: dipdup/dipdup
35+
flavor: |
36+
latest=false
3537
tags: |
3638
type=pep440,pattern={{version}}
3739
type=pep440,pattern={{major}}
@@ -42,6 +44,8 @@ jobs:
4244
uses: docker/metadata-action@v3
4345
with:
4446
images: dipdup/dipdup
47+
flavor: |
48+
latest=false
4549
tags: |
4650
type=pep440,pattern={{version}}-pytezos
4751
type=pep440,pattern={{major}}-pytezos

0 commit comments

Comments
 (0)