Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
kb10uy committed Jul 6, 2023
1 parent f5b2341 commit 65c2f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Login to ghcr.io"
uses: "docker/login-action@v2"
with:
registry: "${{ envs.REGISTRY }}"
registry: "${{ env.REGISTRY }}"
username: "${{ github.actor }}"
password: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 65c2f95

Please sign in to comment.