Skip to content

Commit

Permalink
#141 Proper syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Mar 30, 2024
1 parent 25c8d5a commit b9acd46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Docker Image CI for GHCR

on:
push:
tags: ['v[0-9]+.[0-9]+', 'beta']
tags:
- 'v[0-9]+.[0-9]+'
- 'beta'

jobs:
build_and_publish:
Expand Down

0 comments on commit b9acd46

Please sign in to comment.