@@ -86,14 +86,14 @@ jobs:
86
86
with :
87
87
image : ${{ steps.builder-image.outputs.image }}
88
88
tags : ${{ steps.builder-image.outputs.tags }}
89
- registry : ghcr.io
89
+ registry : ghcr.io/${{ github.repository_owner }}
90
90
username : ${{ github.actor }}
91
91
password : ${{ secrets.GITHUB_TOKEN }}
92
92
93
93
- name : Generate artifact attestation
94
94
uses : actions/attest-build-provenance@v2
95
95
with :
96
- subject-name : ghcr.io/minc-extension-builder
96
+ subject-name : ghcr.io/${{ github.repository_owner }}/ minc-extension-builder
97
97
subject-digest : ${{ steps.push-to-ghcr.outputs.digest }}
98
98
push-to-registry : true
99
99
@@ -120,7 +120,7 @@ jobs:
120
120
with :
121
121
image : minc-extension
122
122
tags : next ${{ github.sha }}
123
- platforms : linux/ amd64, linux/ arm64
123
+ archs : amd64, arm64
124
124
containerfiles : |
125
125
build/Containerfile
126
126
context : .
@@ -132,13 +132,13 @@ jobs:
132
132
with :
133
133
image : ${{ steps.extension-image.outputs.image }}
134
134
tags : ${{ steps.extension-image.outputs.tags }}
135
- registry : ghcr.io
135
+ registry : ghcr.io/${{ github.repository_owner }}
136
136
username : ${{ github.actor }}
137
137
password : ${{ secrets.GITHUB_TOKEN }}
138
138
139
139
- name : Generate artifact attestation
140
140
uses : actions/attest-build-provenance@v2
141
141
with :
142
- subject-name : ghcr.io/minc-extension
142
+ subject-name : ghcr.io/${{ github.repository_owner }}/ minc-extension
143
143
subject-digest : ${{ steps.push-to-ghcr.outputs.digest }}
144
144
push-to-registry : true
0 commit comments