Fix Actions tag reference
This commit is contained in:
parent
1f15215ce0
commit
251743d4d2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ jobs:
|
|||
name: Determine Docker tags
|
||||
id: tags
|
||||
run: |
|
||||
if github.ref_name | grep -qi '\-rc' ; then
|
||||
if ${{ github.ref_name }} | grep -qi '\-rc' ; then
|
||||
echo latest=forgejo.neshweb.net/neshweb-sites/${{ github.event.repository.name }}:preview >> $GITHUB_OUTPUT;
|
||||
else
|
||||
echo latest=forgejo.neshweb.net/neshweb-sites/${{ github.event.repository.name }}:latest >> $GITHUB_OUTPUT;
|
||||
|
|
Loading…
Reference in a new issue