Skip to content

Conversation

@scbizu
Copy link
Contributor

@scbizu scbizu commented Nov 29, 2020

Signed-off-by: scnace scbizu@gmail.com

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

Signed-off-by: scnace <scbizu@gmail.com>
@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.

4 participants