diff --git a/.github/workflows/docker-publish-rootless.yaml b/.github/workflows/docker-publish-rootless.yaml index 7c663548..9ff2630d 100644 --- a/.github/workflows/docker-publish-rootless.yaml +++ b/.github/workflows/docker-publish-rootless.yaml @@ -93,6 +93,7 @@ jobs: uses: docker/build-push-action@v6 with: platforms: ${{ matrix.platform }} + context: . file: Dockerfile.rootless # Explicitly specify the Dockerfile labels: ${{ steps.meta.outputs.labels }} outputs: type=image,"name=${{ env.DOCKERHUB_REPO }},${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true