Skip to content

Commit

Permalink
Fixes #143 - Fix build workflow (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Jan 27, 2025
1 parent ebd74ed commit 2d785bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Push to GHCR
run: |
cd admin
Expand Down

0 comments on commit 2d785bd

Please sign in to comment.