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