We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest
1 parent 956927d commit c96b3b8Copy full SHA for c96b3b8
.github/workflows/build.yml
@@ -40,6 +40,8 @@ jobs:
40
uses: docker/metadata-action@v3
41
with:
42
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}
43
+ flavor: |
44
+ latest=false
45
46
- name: Publish image on GHCR
47
uses: docker/build-push-action@v2
.github/workflows/release.yml
@@ -32,6 +32,8 @@ jobs:
32
33
34
images: dipdup/dipdup
35
36
37
tags: |
38
type=pep440,pattern={{version}}
39
type=pep440,pattern={{major}}
@@ -42,6 +44,8 @@ jobs:
48
49
50
type=pep440,pattern={{version}}-pytezos
51
type=pep440,pattern={{major}}-pytezos
0 commit comments