From 6bb36616c203112af2c6bbf67620cea65d69c856 Mon Sep 17 00:00:00 2001 From: Almir Dzinovic Date: Sat, 26 Oct 2024 01:03:40 +0200 Subject: [PATCH] - use type:raw instead of type:plain when setting label --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58f3d1d..127cdbb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: tags: | type=ref,event=branch type=semver,pattern={{version}},enable={{github.ref_type == 'tag'}} - type=plain,value=latest,enable={{github.ref_type == 'tag'}} + type=raw,value=latest,enable={{github.ref_type == 'tag'}} # https://github.com/docker/build-push-action - name: Build and push