From 587887080910d8f2aea5e471325a31caf9f3aa6b Mon Sep 17 00:00:00 2001 From: Katos <7927609+katosdev@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:27:03 +0000 Subject: [PATCH] Losing the will to live, one commit at a time --- .github/workflows/docker-publish-rootless.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish-rootless.yaml b/.github/workflows/docker-publish-rootless.yaml index bd6603a8..3639c64a 100644 --- a/.github/workflows/docker-publish-rootless.yaml +++ b/.github/workflows/docker-publish-rootless.yaml @@ -91,8 +91,8 @@ jobs: id: build uses: docker/build-push-action@v6 with: - context: ${{ github.workspace }} # Explicitly specify the build context - file: Dockerfile.rootless # Explicitly specify the Dockerfile + context: . # Explicitly specify the build context + file: ./Dockerfile.rootless # Explicitly specify the Dockerfile platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }} outputs: type=image,"name=${{ env.DOCKERHUB_REPO }},${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true