newline
This commit is contained in:
parent
c85373ad5f
commit
5fd411a0a7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/package-ubuntu.yaml
vendored
8
.github/workflows/package-ubuntu.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: ytld-sub Docker Build
|
name: ytld-sub Docker Ubuntu Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
--cache-to=type=local,dest=/tmp/build-cache/arm64 \
|
--cache-to=type=local,dest=/tmp/build-cache/arm64 \
|
||||||
--tag $IMAGE_NAME \
|
--tag $IMAGE_NAME \
|
||||||
--label "runnumber=${GITHUB_RUN_ID}" \
|
--label "runnumber=${GITHUB_RUN_ID}" \
|
||||||
-f docker/Dockerfile.ubuntu
|
--file docker/Dockerfile.ubuntu \
|
||||||
docker/
|
docker/
|
||||||
|
|
||||||
- name: Save ARM64 build cache
|
- name: Save ARM64 build cache
|
||||||
|
|
@ -126,7 +126,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}" \
|
||||||
-f docker/Dockerfile.ubuntu
|
--file docker/Dockerfile.ubuntu \
|
||||||
docker/
|
docker/
|
||||||
|
|
||||||
- name: Save AMD64 build cache
|
- name: Save AMD64 build cache
|
||||||
|
|
@ -218,5 +218,5 @@ jobs:
|
||||||
--cache-from=type=local,src=/tmp/build-cache/arm64 \
|
--cache-from=type=local,src=/tmp/build-cache/arm64 \
|
||||||
--tag ubuntu-${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ steps.formatted_version.outputs.VERSION }} \
|
--tag ubuntu-${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ steps.formatted_version.outputs.VERSION }} \
|
||||||
--label "runnumber=ubuntu-${GITHUB_RUN_ID}" \
|
--label "runnumber=ubuntu-${GITHUB_RUN_ID}" \
|
||||||
-f docker/Dockerfile.ubuntu \
|
--file docker/Dockerfile.ubuntu \
|
||||||
docker/
|
docker/
|
||||||
Loading…
Reference in a new issue