Update .gitea/workflows/reskin.yaml
This commit is contained in:
@@ -39,11 +39,12 @@ jobs:
|
|||||||
done
|
done
|
||||||
cp mascot/*.webp upstream/web/static/img/
|
cp mascot/*.webp upstream/web/static/img/
|
||||||
- if: steps.check.outputs.build == 'true'
|
- if: steps.check.outputs.build == 'true'
|
||||||
working-directory: upstream
|
name: Build & push reskinned image
|
||||||
run: |
|
run: |
|
||||||
docker buildx create --use --name b 2>/dev/null || docker buildx use b
|
docker buildx create --use --name b 2>/dev/null || docker buildx use b
|
||||||
docker buildx bake --print # run once to find the app target name
|
docker buildx build upstream \
|
||||||
docker buildx bake <target> \
|
--file Dockerfile \
|
||||||
--set <target>.platform=linux/amd64 \
|
--platform linux/amd64 \
|
||||||
--set <target>.tags="$IMAGE:${{ steps.up.outputs.tag }},$IMAGE:latest" \
|
--tag "$IMAGE:${{ steps.up.outputs.tag }}" \
|
||||||
--push
|
--tag "$IMAGE:latest" \
|
||||||
|
--push
|
||||||
|
|||||||
Reference in New Issue
Block a user