Skip to content

Commit

Permalink
roll back to github.actor and github.token to ghcr.io login after giv…
Browse files Browse the repository at this point in the history
…ing permissions at package level for this repo
  • Loading branch information
toniGrabulosa committed Mar 7, 2024
1 parent d64de39 commit b1b615e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_new_image_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: itkavehome
password: ${{ secrets.ITKAVEHOME_GITHUB_TOKEN }}
username: ${{ github.actor }}
password: ${{ github.token }}

- name: Build&Push App container image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit b1b615e

Please sign in to comment.