Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
We need to update the secrets used. That old token seems to have expired, and there is no reason to have that as a secret when actions will handle any github auth for us.
  • Loading branch information
IsaacTrost authored Oct 11, 2023
1 parent e2aedcd commit df90236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit df90236

Please sign in to comment.