rename
This commit is contained in:
parent
9f76cd5e21
commit
bfba4f01ed
1 changed files with 6 additions and 6 deletions
12
.github/workflows/package-gui.yaml
vendored
12
.github/workflows/package-gui.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: ytld-sub Docker Ubuntu Build
|
name: ytld-sub Docker Gui Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -173,7 +173,7 @@ jobs:
|
||||||
--cache-to=type=local,dest=/tmp/build-cache/amd64 \
|
--cache-to=type=local,dest=/tmp/build-cache/amd64 \
|
||||||
--tag $IMAGE_NAME \
|
--tag $IMAGE_NAME \
|
||||||
--label "runnumber=${GITHUB_RUN_ID}" \
|
--label "runnumber=${GITHUB_RUN_ID}" \
|
||||||
--file docker/Dockerfile.ubuntu \
|
--file docker/Dockerfile.gui \
|
||||||
docker/
|
docker/
|
||||||
|
|
||||||
- name: Save AMD64 build cache
|
- name: Save AMD64 build cache
|
||||||
|
|
@ -269,8 +269,8 @@ jobs:
|
||||||
--platform=linux/amd64,linux/arm64 \
|
--platform=linux/amd64,linux/arm64 \
|
||||||
--cache-from=type=local,src=/tmp/build-cache/amd64 \
|
--cache-from=type=local,src=/tmp/build-cache/amd64 \
|
||||||
--cache-from=type=local,src=/tmp/build-cache/arm64 \
|
--cache-from=type=local,src=/tmp/build-cache/arm64 \
|
||||||
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ steps.formatted_version.outputs.VERSION }} \
|
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:${{ steps.formatted_version.outputs.VERSION }} \
|
||||||
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ needs.version.outputs.pypi_version }} \
|
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:${{ needs.version.outputs.pypi_version }} \
|
||||||
--label "runnumber=ubuntu-${GITHUB_RUN_ID}" \
|
--label "runnumber=${GITHUB_RUN_ID}" \
|
||||||
--file docker/Dockerfile.ubuntu \
|
--file docker/Dockerfile.gui \
|
||||||
docker/
|
docker/
|
||||||
Loading…
Reference in a new issue