summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMister_X <MisterX2000@users.noreply.github.com>2025-04-06 03:43:46 +0200
committerMister_X <MisterX2000@users.noreply.github.com>2025-04-06 03:43:46 +0200
commitc2d3faccfc50b5bdb318ab68f47954435d4b94f8 (patch)
tree6b673d9338e87c5b707b7540da3a1abfaa952f31 /.github
parent8b09379f593715d5658b288a97c611eea6aae947 (diff)
handle latest tag correctly with alpine
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-docker-image.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml
index 6016fca59..3656c94da 100644
--- a/.github/workflows/build-docker-image.yaml
+++ b/.github/workflows/build-docker-image.yaml
@@ -39,7 +39,7 @@ jobs:
flavor: |
latest=auto
prefix=
- suffix=${{ matrix.tag != '' && format('-{0}', matrix.tag) || '' }}
+ suffix=${{ matrix.tag != '' && format('-{0}', matrix.tag) || '' }},onlatest=true
tags: |
type=schedule
type=ref,event=branch