Skip to content

Commit

Permalink
Fixed GitHub Actions tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jul 10, 2024
1 parent 6ba8ea3 commit 9612038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- release/firehose
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # ignore rc
- 'v[0-9]+.[0-9]+.[0-9]+.*'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 9612038

Please sign in to comment.