Skip to content

Commit

Permalink
Validate and fix Docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Dec 5, 2024
1 parent 85994fd commit 6c4cb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner | toLowerCase }}/claimm:latest
ghcr.io/${{ github.repository_owner | toLowerCase }}/claimm:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/claimm:latest
ghcr.io/${{ github.repository_owner }}/claimm:${{ github.sha }}

0 comments on commit 6c4cb05

Please sign in to comment.