We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334ec8c commit 638c7f8Copy full SHA for 638c7f8
2 files changed
.github/workflows/build-docker.yml
@@ -32,10 +32,10 @@ jobs:
32
size: xlarge
33
cpu: amd64
34
tag: amd64
35
- - os: arm-3.0
36
- size: xlarge
37
- cpu: arm/v7
38
- tag: armv7
+ # - os: arm-3.0
+ # size: xlarge
+ # cpu: arm/v7
+ # tag: armv7
39
40
permissions:
41
contents: read
.github/workflows/release.yml
@@ -18,10 +18,12 @@ jobs:
18
uses: ./.github/workflows/build-docker.yml
19
with:
20
tags: |
21
- type=raw,value=latest
22
type=semver,pattern={{version}}
23
type=semver,pattern={{major}}.{{minor}}
24
type=sha
+ # Explicitly disable latest tag. It will be added otherwise.
25
+ flavor: |
26
+ latest=false
27
28
build-docker-prerelease:
29
# Only build tags with -, like v1.0.0-alpha
0 commit comments