From 5fd411a0a767f7bbf81566ac3194067b0bb419a9 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 15 Mar 2023 11:19:44 -0700 Subject: [PATCH] newline --- .github/workflows/package-ubuntu.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/package-ubuntu.yaml b/.github/workflows/package-ubuntu.yaml index 7b710238..737b59bb 100644 --- a/.github/workflows/package-ubuntu.yaml +++ b/.github/workflows/package-ubuntu.yaml @@ -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/ \ No newline at end of file