Skip to content

Commit

Permalink
Update docker-image.yml with new registry credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffah committed Feb 20, 2024
1 parent 2859aa8 commit f4e6e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}
github_token: ${{ secrets.GH_TOKEN }}
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4e6e00

Please sign in to comment.