Skip to content

Commit

Permalink
Run workflow for tags starting with v (ie v0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Apr 21, 2022
1 parent d8992a4 commit 5a78d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Push to Github Packages
on:
push:
branches: [ main ]
tags:
- 'v*'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 5a78d25

Please sign in to comment.