Skip to content

Commit

Permalink
Allow workflow for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Sep 18, 2021
1 parent 7e37f1f commit 0513962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- 'master'
tags:
- "[0-9]+.[0-9]+.[0-9]+"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 0513962

Please sign in to comment.