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 Jan 13, 2025
1 parent e7441bc commit 6e04d54
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 @@ -225,7 +225,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 @@ -267,7 +267,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 6e04d54

Please sign in to comment.