Skip to content

Commit ca932fa

Browse files
committed
ci: use correct repo
1 parent 681fa0b commit ca932fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/next-build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ jobs:
8686
with:
8787
image: ${{ steps.builder-image.outputs.image }}
8888
tags: ${{ steps.builder-image.outputs.tags }}
89-
registry: ghcr.io
89+
registry: ghcr.io/${{ github.repository_owner }}
9090
username: ${{ github.actor }}
9191
password: ${{ secrets.GITHUB_TOKEN }}
9292

9393
- name: Generate artifact attestation
9494
uses: actions/attest-build-provenance@v2
9595
with:
96-
subject-name: ghcr.io/minc-extension-builder
96+
subject-name: ghcr.io/${{ github.repository_owner }}/minc-extension-builder
9797
subject-digest: ${{ steps.push-to-ghcr.outputs.digest }}
9898
push-to-registry: true
9999

@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
image: minc-extension
122122
tags: next ${{ github.sha }}
123-
platforms: linux/amd64, linux/arm64
123+
archs: amd64, arm64
124124
containerfiles: |
125125
build/Containerfile
126126
context: .
@@ -132,13 +132,13 @@ jobs:
132132
with:
133133
image: ${{ steps.extension-image.outputs.image }}
134134
tags: ${{ steps.extension-image.outputs.tags }}
135-
registry: ghcr.io
135+
registry: ghcr.io/${{ github.repository_owner }}
136136
username: ${{ github.actor }}
137137
password: ${{ secrets.GITHUB_TOKEN }}
138138

139139
- name: Generate artifact attestation
140140
uses: actions/attest-build-provenance@v2
141141
with:
142-
subject-name: ghcr.io/minc-extension
142+
subject-name: ghcr.io/${{ github.repository_owner }}/minc-extension
143143
subject-digest: ${{ steps.push-to-ghcr.outputs.digest }}
144144
push-to-registry: true

0 commit comments

Comments
 (0)