Skip to content

Commit

Permalink
🏗 Correction on build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilamb committed Apr 3, 2024
1 parent 14247b6 commit 958cdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}


- name: Build and push
Expand All @@ -53,7 +53,7 @@ jobs:
ghcr.io/guilamb/interspecies-reviewer:latest
ghcr.io/guilamb/interspecies-reviewer:${{ github.run_number }}
secrets: |
"github_token=${{ secrets.GITHUB_TOKEN }}"
"github_token=${{ secrets.REGISTRY_TOKEN }}"
deploy:
needs: build-musl
Expand Down

0 comments on commit 958cdd8

Please sign in to comment.