Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed May 14, 2024
1 parent cb915d6 commit 2d2e51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/iotaledger/inx-chronicle
tags: type=semver,pattern={{version}}
images: ghcr.io/iotaledger/inx-chronicle-nova
tags: type=semver,pattern=nova-{{version}}

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

0 comments on commit 2d2e51b

Please sign in to comment.