Skip to content

Commit

Permalink
fix(ci): ghcr.io login with github token (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Bechiri <[email protected]>
  • Loading branch information
cebidhem authored May 23, 2023
1 parent 7b379e2 commit 0f96c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
packages: write

jobs:
push:
docker-build-push:
runs-on: ubuntu-latest
steps:
- name: 'git:checkout'
Expand All @@ -46,7 +46,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "docker:buildx"
uses: docker/setup-buildx-action@v2
- name: "docker:build-push"
Expand Down

0 comments on commit 0f96c88

Please sign in to comment.