Skip to content

Commit

Permalink
Update the GH token name
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <[email protected]>
  • Loading branch information
naveensrinivasan committed Aug 30, 2024
1 parent 76a0670 commit a86e284
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Run build
run: make docker-build
password: ${{ secrets.GH_TOKEN }}

- name: Push Docker images
run: |
Expand Down

0 comments on commit a86e284

Please sign in to comment.