Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 9061bff

Browse files
committed
Update GHCR login
1 parent 7b18a39 commit 9061bff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
uses: docker/login-action@v1
4343
with:
4444
registry: ghcr.io
45-
username: ${{ github.repository_owner }}
46-
password: ${{ secrets.DOCKER_PASSWORD }}
45+
username: ${{ github.actor }}
46+
password: ${{ secrets.GITHUB_TOKEN }}
4747
-
4848
name: Build and Push container images
4949
uses: docker/build-push-action@v2
@@ -72,4 +72,4 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
with:
75-
asset_paths: '["./bin/inlets*"]'
75+
asset_paths: '["./bin/inlets*"]'

0 commit comments

Comments
 (0)