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

ci: migrate release from docker hub into github container registry #395

Merged
merged 2 commits into from
Nov 30, 2020

Conversation

scbizu
Copy link
Contributor

@scbizu scbizu commented Nov 29, 2020

Signed-off-by: scnace [email protected]

Per #391

  • Custom S3 bucket to get.helm.sh
  • Docker Hub to GitHub registry

@scbizu scbizu self-assigned this Nov 29, 2020
@scbizu scbizu added this to the v0.13.0 milestone Nov 29, 2020
@scbizu scbizu force-pushed the feature/release-migration branch from cbc85d1 to 30001aa Compare November 29, 2020 11:22
Copy link
Contributor

@jdolitsky jdolitsky left a comment

Choose a reason for hiding this comment

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

I'm not sure we need personal access token.. but we can remove later

Comment on lines 3 to 6
on:
pull_request:
branches:
- main
Copy link
Contributor

Choose a reason for hiding this comment

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

Switch to build on push to main:

on:
  push:
    branches: main
    tags:
      - v*

GitHub actions will not use your the repo secrets on pull request, so we will just need to merge it to test

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sadly :(

- name: Prepare
id: prepare
run: |
DOCKER_IMAGE=chartmuseum/chartmuseum
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the issue is this probably needs to be ghcr.io/helm/chartmuseum

Copy link
Contributor Author

Choose a reason for hiding this comment

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

okay i see

@scbizu scbizu force-pushed the feature/release-migration branch from 69f2c25 to 1f5d700 Compare November 30, 2020 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants