From 34c924aba832d93be36c19cc4fd4b3d7d11ac89f Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 29 Jan 2023 15:33:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20.github:=20use=20docker's?= =?UTF-8?q?=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 20ce59b..f6dbae8 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -19,7 +19,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ghcr.io/${{ ENDPOINT }} + images: ghcr.io/$ENDPOINT tags: | type=ref,event=branch # set latest tag for default branch