Skip to content

Commit

Permalink
Merge pull request #24 from jordojordo/registry-migrate
Browse files Browse the repository at this point in the history
Update registry to use docker hub
  • Loading branch information
jordojordo authored Aug 30, 2023
2 parents d06887f + 8db22c8 commit b75ef39
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/sync-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
env:
ACTIONS_RUNNER_DEBUG: false
CI_COMMIT_MESSAGE: CI Build Artifacts
REGISTRY_URL: ghcr.io
REGISTRY_USER: ${{ github.actor }}

jobs:
sync-charts:
Expand Down Expand Up @@ -86,9 +84,8 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY_URL }}
username: ${{ env.REGISTRY_USER }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Sync Catalog Image with Registry
id: sync_catalog_script
Expand Down

0 comments on commit b75ef39

Please sign in to comment.