Skip to content

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

Merged
jdolitsky merged 2 commits into
mainfrom
feature/release-migration
Nov 30, 2020
Merged

ci: migrate release from docker hub into github container registry#395
jdolitsky merged 2 commits into
mainfrom
feature/release-migration

Conversation

@scbizu

@scbizu scbizu commented Nov 29, 2020

Copy link
Copy Markdown
Contributor

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

@jdolitsky jdolitsky left a comment

Copy link
Copy Markdown
Contributor

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 thread .github/workflows/mig.yml
Comment on lines +3 to +6
on:
pull_request:
branches:
- main

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Sadly :(

Comment thread .github/workflows/mig.yml Outdated
- name: Prepare
id: prepare
run: |
DOCKER_IMAGE=chartmuseum/chartmuseum

Copy link
Copy Markdown
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
Copy Markdown
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