Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): apko login before publish #1217

Merged
merged 5 commits into from
Sep 23, 2024

Conversation

emosbaugh
Copy link
Member

@emosbaugh emosbaugh commented Sep 23, 2024

What this PR does / why we need it:

Fixes the release pipeline

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?


Does this PR require documentation?

> build/digest
ifdef REGISTRY_SERVER
dagger call \
with-registry-login \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: why not just have 2 dagger calls, and only call the registry one if REGISTRY_SERVER is set.

Copy link
Member Author

@emosbaugh emosbaugh Sep 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because they have to share state and everything happens within the container...

sgalsaleh
sgalsaleh previously approved these changes Sep 23, 2024
Copy link

This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID.

Online Installer:

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci/appver-dev-b692c2e" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Airgap Installer (may take a few minutes before the airgap bundle is built):

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci-airgap/appver-dev-b692c2e?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

@sgalsaleh
Copy link
Member

Merging as this affects the build/release process only.

@sgalsaleh sgalsaleh merged commit 41cdc9f into main Sep 23, 2024
54 of 55 checks passed
@sgalsaleh sgalsaleh deleted the emosbaugh/sc-112586/daggerize-publish-images branch September 23, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants