Skip to content

Commit

Permalink
Fixes #241 - Fix build workflow (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Jan 27, 2025
1 parent d7baa6f commit 76718ae
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 @@ -23,8 +23,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 repo
Expand Down

0 comments on commit 76718ae

Please sign in to comment.