use Containerfile instead of Dockerfile in build workflow
Build and Push Container / build-and-push (push) Failing after 21s

This commit is contained in:
2026-06-03 20:08:40 -04:00
parent 325f8eca62
commit 91542d0dff
+1
View File
@@ -35,6 +35,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Containerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}