Skip to content

Commit 0ae2532

Browse files
authored
Fix Docker Login (#462)
1 parent fa64a2d commit 0ae2532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-stubbornjava-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
uses: docker/login-action@v1
8181
with:
8282
registry: ghcr.io
83-
username: stubbornjava-ops
84-
password: ${{ secrets.SJ_OPS_GH_ACTION_CONTAINER_REGISTRY }}
83+
username: ${{ github.actor }}
84+
password: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: Branch name
8787
if: github.repository == 'StubbornJava/StubbornJava'

0 commit comments

Comments
 (0)