This commit is contained in:
Jesse Bannon 2023-03-15 11:19:44 -07:00
parent c85373ad5f
commit 5fd411a0a7

View file

@ -1,4 +1,4 @@
name: ytld-sub Docker Build
name: ytld-sub Docker Ubuntu Build
on:
push:
@ -82,7 +82,7 @@ jobs:
--cache-to=type=local,dest=/tmp/build-cache/arm64 \
--tag $IMAGE_NAME \
--label "runnumber=${GITHUB_RUN_ID}" \
-f docker/Dockerfile.ubuntu
--file docker/Dockerfile.ubuntu \
docker/
- name: Save ARM64 build cache
@ -126,7 +126,7 @@ jobs:
--cache-to=type=local,dest=/tmp/build-cache/amd64 \
--tag $IMAGE_NAME \
--label "runnumber=${GITHUB_RUN_ID}" \
-f docker/Dockerfile.ubuntu
--file docker/Dockerfile.ubuntu \
docker/
- name: Save AMD64 build cache
@ -218,5 +218,5 @@ jobs:
--cache-from=type=local,src=/tmp/build-cache/arm64 \
--tag ubuntu-${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ steps.formatted_version.outputs.VERSION }} \
--label "runnumber=ubuntu-${GITHUB_RUN_ID}" \
-f docker/Dockerfile.ubuntu \
--file docker/Dockerfile.ubuntu \
docker/