Skip to content

Commit cc9dba5

Browse files
committed
oops login-action
1 parent 0724461 commit cc9dba5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232

33+
- uses: docker/login-action@v3
34+
with:
35+
registry: ghcr.io
36+
username: ${{ github.actor }}
37+
password: ${{ secrets.GITHUB_TOKEN }}
38+
3339
# build base (if inputs.build-base)
3440
- uses: docker/metadata-action@v5
3541
id: base-meta

0 commit comments

Comments
 (0)