From: Giorgio Ravera Date: Wed, 5 Aug 2026 19:43:25 +0000 (+0200) Subject: fixed docker-publish.yaml X-Git-Tag: v0.0.2 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=7182f7a44df2c4f96eea991261c0409c2bb5e072;p=network-manager.git fixed docker-publish.yaml --- diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index dd946a2..3b40c17 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -3,7 +3,7 @@ name: Docker Publish (GHCR) on: push: tags: - - 'v*' # e.g. v1.2.3 + - 'v*' permissions: contents: read @@ -40,8 +40,8 @@ jobs: images: | ghcr.io/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_REPO }} tags: | - type=ref,event=tag # v1.2.3 - type=raw,value=latest # latest + type=ref,event=tag + type=raw,value=latest flavor: | latest=true labels: |