Skip to content

Commit

Permalink
Merge pull request #222 from sanger/develop
Browse files Browse the repository at this point in the history
Add tag wildcard to create docker image on release
  • Loading branch information
pjvv authored Dec 15, 2020
2 parents 9b20f53 + d45d3f1 commit 183919d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
tags:
- uat-*
- release-*
- v*
env:
IMAGE_NAME: ${{ github.repository }}/${{ github.event.repository.name }}

Expand Down

0 comments on commit 183919d

Please sign in to comment.