Dan Ditomaso
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
1 deletions
-
.github/workflows/release-web.yml
|
|
|
@ -118,7 +118,12 @@ jobs: |
|
|
|
else |
|
|
|
echo "list=${{ steps.meta.outputs.tag }}" >> "$GITHUB_OUTPUT" |
|
|
|
fi |
|
|
|
echo "Using image tags: ${{ steps.tags.outputs.list }}" |
|
|
|
TAGS="latest, ${{ steps.meta.outputs.tag }}" |
|
|
|
else |
|
|
|
TAGS="${{ steps.meta.outputs.tag }}" |
|
|
|
fi |
|
|
|
echo "list=$TAGS" >> "$GITHUB_OUTPUT" |
|
|
|
echo "Using image tags: $TAGS" |
|
|
|
|
|
|
|
- name: Build Container Image |
|
|
|
id: build-container |
|
|
|
|