Skip to content

Commit

Permalink
fix: backend build using github token
Browse files Browse the repository at this point in the history
it seems the default token is no longer valid for building a docker image...?
  • Loading branch information
kkweon authored Sep 28, 2021
1 parent 9cc2dbb commit 6536682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_IO_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 6536682

Please sign in to comment.