Skip to content

Commit

Permalink
Switch back to using tags to trigger tagged Docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jun 13, 2020
1 parent e9438f9 commit e7fc28f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
branches:
- master

release:
types: [released]
# Publish tags as tagged images.
tags:
- v*

# Run tests for any PRs.
pull_request:
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
needs: test

runs-on: ubuntu-latest
if: github.event_name == "push"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e7fc28f

Please sign in to comment.