We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b98b2 commit 8da102aCopy full SHA for 8da102a
.github/workflows/docker.yml
@@ -60,5 +60,6 @@ jobs:
60
context: .
61
platforms: linux/amd64,linux/arm64
62
push: true
63
+ provenance: true
64
tags: ${{ steps.meta.outputs.tags }}
65
labels: ${{ steps.meta.outputs.labels }}
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
GH_TOKEN: ${{ github.token }}
37
38
- - name: Add deployer.phar
+ - name: Add deployer.phar1
39
run: |
40
set -x
41
git checkout -b dist
0 commit comments