File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 44
44
run : make dist
45
45
env :
46
46
VERSION : ${{ steps.version.outputs.version }}
47
+ - name : Setup User
48
+ run : |
49
+ git config --global user.email "git@gimlet.io"
50
+ git config --global user.name "Github Actions"
47
51
- name : Create Release
48
52
id : create_release
49
53
uses : actions/create-release@v1
62
66
uses : docker/login-action@v1
63
67
with :
64
68
registry : ghcr.io
65
- username : ${{ github.repository_owner }}
69
+ username : ${{ github.actor }}
66
70
password : ${{ secrets.PAT }} # `PAT` is a secret that contains your Personal Access Token with `write:packages` scope
67
71
- name : Build and push Gimlet image
68
72
id : build-and-push
95
99
COSIGNKEY : ${{ secrets.COSIGNKEY }}
96
100
run : |
97
101
# keyless mode
98
- cosign sign ghcr.io/gimlet-io/capacitor-manifests@ ${{ steps.build-and-push .outputs.digest }} -y
102
+ cosign sign ghcr.io/gimlet-io/capacitor-manifests: ${{ steps.version .outputs.version }} -y
You can’t perform that action at this time.
0 commit comments