Skip to content

Commit

Permalink
update workflow to push to krystal registry
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 6, 2023
1 parent b0e62ed commit 9d1dcbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- uses: actions/checkout@v2
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: registry.k.io
username: ${{ secrets.KRYSTAL_REGISTRY_USERNAME }}
password: ${{ secrets.KRYSTAL_REGISTRY_PASSWORD }}
- run: |
make save-manifests docker-build docker-push IMG=ghcr.io/krystal/database-provisioner:${{ github.ref_name }}
make save-manifests docker-build docker-push IMG=registry.k.io/kubernetes/database-provisioner:${{ github.ref_name }}
- uses: "marvinpinto/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 9d1dcbc

Please sign in to comment.