Skip to content

Commit

Permalink
Fix nightly failures
Browse files Browse the repository at this point in the history
When updating nightly builds to use ghcr.io, the work workspace
is bound in the pipeline which is causing an auth failure when
images are pushed to ghcr.io.

Fix that to restore nightly builds.

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Dec 30, 2024
1 parent a98ed25 commit 387bd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/operator-release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ spec:
workspace: workarea
subpath: bucket
- name: release-secret
workspace: release-secret
workspace: release-images-secret
- name: publish-images-platform-openshift
runAfter:
- build-test
Expand Down Expand Up @@ -279,7 +279,7 @@ spec:
workspace: workarea
subpath: bucket
- name: release-secret
workspace: release-secret
workspace: release-images-secret
- name: publish-to-bucket
runAfter:
- publish-images-platform-kubernetes
Expand Down

0 comments on commit 387bd07

Please sign in to comment.