From 518e6c2e4dbf6ede030177a926b6fa13cb1b67df Mon Sep 17 00:00:00 2001 From: Nicolas Bettenburg Date: Thu, 25 Nov 2021 11:13:04 -0500 Subject: [PATCH] let GH action tag image by ref_name --- .github/workflows/image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 697e9a6..c248b4e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -31,5 +31,6 @@ jobs: name: build multiarch image run: | docker build \ + --tag nicbet/phoenix:${{github.ref_name}} --tag nicbet/phoenix:latest \ --platform linux/amd64,linux/arm64/v8 --push . \ No newline at end of file