Skip to content

Commit

Permalink
fixing docker-reelase action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Jan 25, 2024
1 parent b60cbd5 commit cebc450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get short commit sha and branch name
id: vars
run: |
Expand Down

0 comments on commit cebc450

Please sign in to comment.