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

Commit

Permalink
Update GHCR login
Browse files Browse the repository at this point in the history
  • Loading branch information
impl committed Jul 12, 2021
1 parent 7b18a39 commit 9061bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and Push container images
uses: docker/build-push-action@v2
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./bin/inlets*"]'
asset_paths: '["./bin/inlets*"]'

0 comments on commit 9061bff

Please sign in to comment.