Skip to content

Commit

Permalink
Try actor / token for package deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arielleleon committed Sep 30, 2024
1 parent f475cb8 commit 88d4e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_pub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 88d4e5f

Please sign in to comment.