Skip to content

Commit 8da102a

Browse files
committed
Update workflows
1 parent a1b98b2 commit 8da102a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ jobs:
6060
context: .
6161
platforms: linux/amd64,linux/arm64
6262
push: true
63+
provenance: true
6364
tags: ${{ steps.meta.outputs.tags }}
6465
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
GH_TOKEN: ${{ github.token }}
3737

38-
- name: Add deployer.phar
38+
- name: Add deployer.phar1
3939
run: |
4040
set -x
4141
git checkout -b dist

0 commit comments

Comments
 (0)