Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Aug 19, 2021
1 parent 897a6ec commit 3b50950
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker stuff
# uses https://github.com/docker/build-push-action

on:
- push
# release:
# types: [published]
release:
types: [published]

jobs:
docker:
Expand All @@ -26,5 +25,4 @@ jobs:
with:
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:${{ steps.branchStep.outputs.branch }},singlespa/import-map-deployer:latest

0 comments on commit 3b50950

Please sign in to comment.