From 47da92ab2ea7d7d55d2f8e3de96dc9dda8180a23 Mon Sep 17 00:00:00 2001 From: Gerald Baulig Date: Fri, 8 Mar 2024 14:16:48 +0100 Subject: [PATCH] chore(release): v0.1.2 fix ci for latest release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4b920b6..f8d1323 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,7 +44,7 @@ jobs: tags: | type=ref,event=tag flavor: | - latest=false + latest=true - name: Build and push uses: docker/build-push-action@v2