Skip to content

Commit 03fedd9

Browse files
Jonathan D.A. Jewellclaude
andcommitted
chore: explicitly specify -f Containerfile in workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2e731f5 commit 03fedd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Build image
5151
run: |
52-
sudo nerdctl build -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} .
52+
sudo nerdctl build -f Containerfile -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} .
5353
sudo nerdctl tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
5454
5555
- name: Push image

0 commit comments

Comments
 (0)