Update build workflow to reference new Containerfile location and add Containerfile for Docker image build

This commit is contained in:
sha
2026-03-20 14:27:53 +02:00
parent 120695c0a5
commit 55c41a2071
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: build/Containerfile
file: container/Containerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}:latest