Skip to content

Commit

Permalink
Make Docker registry update on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Oct 8, 2022
1 parent 9fb63a2 commit 444a184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker:
needs: build
runs-on: ubuntu-latest
if: github.ref_name == 'master'
if: github.ref_name == 'master' || github.ref_type == 'tag'

steps:
- name: Checkout code
Expand Down

0 comments on commit 444a184

Please sign in to comment.