diff options
| author | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 03:43:46 +0200 |
|---|---|---|
| committer | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 03:43:46 +0200 |
| commit | c2d3faccfc50b5bdb318ab68f47954435d4b94f8 (patch) | |
| tree | 6b673d9338e87c5b707b7540da3a1abfaa952f31 | |
| parent | 8b09379f593715d5658b288a97c611eea6aae947 (diff) | |
handle latest tag correctly with alpine
| -rw-r--r-- | .github/workflows/build-docker-image.yaml | 2 |
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 |
