From c2d3faccfc50b5bdb318ab68f47954435d4b94f8 Mon Sep 17 00:00:00 2001 From: Mister_X Date: Sun, 6 Apr 2025 03:43:46 +0200 Subject: handle latest tag correctly with alpine --- .github/workflows/build-docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3