We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a483c9 commit 569f076Copy full SHA for 569f076
1 file changed
.github/workflows/Playwright.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: docker/build-push-action@v6
44
with:
45
push: true
46
- provenance: false
+ provenance: true
47
platforms: linux/arm64,linux/amd64
48
tags: ghcr.io/mu88/screenshotcreator-playwright:latest,ghcr.io/mu88/screenshotcreator-playwright:${{ steps.extract_version.outputs.major_version }}.0.${{ github.run_number }}
49
file: src/ScreenshotCreator.Api/Dockerfile-Playwright
0 commit comments