Skip to content

Commit

Permalink
add ref GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Feb 15, 2024
1 parent 1d81cc1 commit 080229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set build variables ✏️
id: build_vars
Expand Down

0 comments on commit 080229d

Please sign in to comment.