Skip to content

Commit

Permalink
run ci on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Jul 7, 2021
1 parent 0e23ebc commit 03d5b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
tags: |
type=sha,format=long
type=edge,branch=$repo.default_branch
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Login to docker registry
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 03d5b93

Please sign in to comment.