Skip to content

Commit

Permalink
use a regex pattern instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed May 14, 2024
1 parent 2d2e51b commit 00e8d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ghcr.io/iotaledger/inx-chronicle-nova
tags: type=semver,pattern=nova-{{version}}
tags: type=match,pattern=nova-v(.*),group=1

- name: Login to GitHub container registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 00e8d88

Please sign in to comment.