Skip to content

Commit

Permalink
changed workflow to use ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamna committed Apr 24, 2024
1 parent f9a97d2 commit b48da96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Setup Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_CLI_TOKEN }}

- name: Get Image Tags
Expand All @@ -38,7 +39,7 @@ jobs:
uses: docker/bake-action@v4
env:
TAGS: "${{ steps.tags.outputs.tags }}"
REGISTRY: "natsio"
REGISTRY: "ghcr.io"
with:
push: true
set:
Expand Down

0 comments on commit b48da96

Please sign in to comment.