Skip to content

Commit

Permalink
fix workflow maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Feb 23, 2024
1 parent c2bc92a commit a8167f3
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 @@ -19,8 +19,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: build and push
run: make prod

0 comments on commit a8167f3

Please sign in to comment.