Fix: Docker build Paths
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m48s
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m48s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user