From 8aacb63bdf72ae84a40703c72813ae5cf34e634b Mon Sep 17 00:00:00 2001 From: Joel Denning Date: Thu, 19 Aug 2021 15:51:12 -0600 Subject: [PATCH] One more time --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index cafed1a..eacabbf 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -24,4 +24,4 @@ jobs: context: . push: true # According to https://docs.github.com/en/actions/reference/events-that-trigger-workflows#release `$GITHUB_REF` is going to be the tag of the release - tags: "singlespa/import-map-deployer:$GITHUB_REF,singlespa/import-map-deployer:latest" + tags: singlespa/import-map-deployer:${{ env.GITHUB_REF }},singlespa/import-map-deployer:latest