mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix(ci): docker.yml
This commit is contained in:
@@ -53,6 +53,7 @@ jobs:
|
|||||||
TAGS2="${{ inputs.image_name2 }}:$REF_NAME"
|
TAGS2="${{ inputs.image_name2 }}:$REF_NAME"
|
||||||
if [[ "${{ inputs.add_latest }}" == "true" ]]; then
|
if [[ "${{ inputs.add_latest }}" == "true" ]]; then
|
||||||
TAGS="$TAGS,${{ inputs.image_name }}:latest"
|
TAGS="$TAGS,${{ inputs.image_name }}:latest"
|
||||||
|
TAGS2="$TAGS2,${{ inputs.image_name }}:latest"
|
||||||
fi
|
fi
|
||||||
echo "tags=$TAGS" >> $GITHUB_OUTPUT
|
echo "tags=$TAGS" >> $GITHUB_OUTPUT
|
||||||
echo "tags2=$TAGS2" >> $GITHUB_OUTPUT
|
echo "tags2=$TAGS2" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user