From 9793b471f2d20770fcdc9567ca493bb7705f95ee Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 25 Jan 2024 14:49:39 +0100 Subject: [PATCH] =?UTF-8?q?CI:=20publish=20with=20"floating"=20Docker=20im?= =?UTF-8?q?age=20tag=20too=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 291db07..12107ee 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -67,7 +67,9 @@ jobs: context: . push: true platforms: linux/amd64,linux/arm64 - tags: ghcr.io/${{github.repository}}:v6_${{steps.hash.outputs.hash}}_${{steps.datetime.outputs.datetime}} + tags: | + ghcr.io/${{github.repository}}:v6 + ghcr.io/${{github.repository}}:v6_${{steps.hash.outputs.hash}}_${{steps.datetime.outputs.datetime}} # https://docs.docker.com/build/ci/github-actions/examples/#github-cache cache-from: type=gha cache-to: type=gha,mode=max,oci-mediatypes=true,compression=zstd