Skip to content

Commit 8953337

Browse files
committed
try build again
it failed here: https://github.com/kingdon-ci/flux-docs/actions/runs/8681095039/job/23803128471#step:9:24 (env.REPOSITORY was unset) Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 2063ea0 commit 8953337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
registry: ghcr.io
5353
registry_username: ${{ github.actor }}
5454
registry_password: ${{ secrets.GITHUB_TOKEN }}
55-
registry_reference: "ghcr.io/${{ env.REPOSITORY }}/build:${{ github.run_id }}-2"
55+
registry_reference: "ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2"
5656
manifest_file: spin.toml
5757

5858
- name: Deploy and push OCI

0 commit comments

Comments
 (0)