Fix: Docker build Paths
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m48s

This commit is contained in:
2026-03-17 21:51:11 +01:00
parent e285270621
commit c290a3af0a
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Buildah Build
run: |
buildah build -t ${{ github.sha }} ./Einheit_4/2025_5BHITN_Konstantin_Hintermayer_smarterrent/Dockerfile
buildah build -t ${{ github.sha }}-tooling ./Einheit_4/tooling_container/Dockerfile
buildah build -t ${{ github.sha }}-tooling -f ./Einheit_4/tooling_container/Dockerfile .
buildah tag ${{ github.sha }} latest
- name: Push Docker Images