Skip to content

Commit 60184a9

Browse files
authored
Merge pull request #2 from OpenTechIL/develop
fix 1
2 parents 46086aa + 2803bd2 commit 60184a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: mathieudutour/github-tag-action@v6.2
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
tag_prefix: "-v"
26+
tag_prefix: "v"
2727

2828
- name: Log in to GHCR
2929
uses: redhat-actions/podman-login@v1
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
4040
tags: |
41-
${{ steps.tagger.outputs.new_tag }}
41+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.tagger.outputs.new_tag }}
4242
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
4343
4444
context: .

0 commit comments

Comments
 (0)