Skip to content

Commit 6536682

Browse files
authored
fix: backend build using github token
it seems the default token is no longer valid for building a docker image...?
1 parent 9cc2dbb commit 6536682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.repository_owner }}
82-
password: ${{ secrets.GITHUB_TOKEN }}
82+
password: ${{ secrets.GHCR_IO_TOKEN }}
8383

8484
- name: Build and push
8585
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)