This commit is contained in:
Joel Krauska
2025-11-04 20:00:01 -08:00
parent a6b1e30d29
commit c0ed5031e6
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Containerfile
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}