Skip to content

Commit

Permalink
One more time
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Aug 19, 2021
1 parent 74dfc56 commit 8aacb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8aacb63

Please sign in to comment.