Skip to content

Commit 0a2d116

Browse files
committed
update secret
1 parent 8059107 commit 0a2d116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_base_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: docker/login-action@v2
2323
with:
2424
registry: ghcr.io
25-
username: ${{ github.repository_owner }}
26-
password: ${{ secrets.DEPLOY_TOKEN }}
25+
username: ${{ github.actor }}
26+
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
# Build and push the base image
2929
- name: Build and push base image

0 commit comments

Comments
 (0)