Skip to content

Commit

Permalink
Fix formatting in docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffah committed Feb 20, 2024
1 parent 44261a1 commit 2859aa8
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 @@ -42,5 +42,5 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner | lower }}/${{ github.repository | lower }}:${{ github.sha }}
tags: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit 2859aa8

Please sign in to comment.