Losing the will to live, one commit at a time

This commit is contained in:
Katos
2025-01-05 15:27:03 +00:00
committed by GitHub
parent 40ba888e05
commit 5878870809

View File

@@ -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