Separate tags by comma
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 4m51s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 4m51s
This commit is contained in:
parent
fc2a952c75
commit
c15c46ae09
1 changed files with 3 additions and 2 deletions
|
@ -81,7 +81,8 @@ jobs:
|
|||
echo "${TAG}"
|
||||
done
|
||||
|
||||
echo "alias_tags=${alias_tags[*]}" >> $GITEA_OUTPUT
|
||||
alias_tags_string=$(IFS=, ; echo "${alias_tags[*]}")
|
||||
echo "alias_tags=${alias_tags_string}" >> $GITEA_OUTPUT
|
||||
|
||||
# Build metadata
|
||||
- name: Image Metadata
|
||||
|
@ -96,7 +97,7 @@ jobs:
|
|||
org.opencontainers.image.description=${{ env.MY_IMAGE_DESC }}
|
||||
org.opencontainers.image.title=${{ env.MY_IMAGE_NAME }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
- name: Login to Container Registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.mrdev023.fr
|
||||
|
|
Loading…
Reference in a new issue