We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2063ea0 commit 8953337Copy full SHA for 8953337
.github/workflows/deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
registry: ghcr.io
53
registry_username: ${{ github.actor }}
54
registry_password: ${{ secrets.GITHUB_TOKEN }}
55
- registry_reference: "ghcr.io/${{ env.REPOSITORY }}/build:${{ github.run_id }}-2"
+ registry_reference: "ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2"
56
manifest_file: spin.toml
57
58
- name: Deploy and push OCI
0 commit comments