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
|
- name: Buildah Build
|
||||||
run: |
|
run: |
|
||||||
buildah build -t ${{ github.sha }} ./Einheit_4/2025_5BHITN_Konstantin_Hintermayer_smarterrent/Dockerfile
|
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
|
buildah tag ${{ github.sha }} latest
|
||||||
|
|
||||||
- name: Push Docker Images
|
- name: Push Docker Images
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ FROM mcr.microsoft.com/mssql-tools
|
|||||||
WORKDIR /App
|
WORKDIR /App
|
||||||
|
|
||||||
# Copy everything
|
# Copy everything
|
||||||
COPY ../Einheit_1/2025_5BHITN_Konstantin_Hintermayer_create_schema.sql ./01.sql
|
COPY ./Einheit_1/2025_5BHITN_Konstantin_Hintermayer_create_schema.sql ./01.sql
|
||||||
COPY ../Einheit_2/2025_5BHITN_Konstantin_Hintermayer_seed_database.sql ./02.sql
|
COPY ./Einheit_2/2025_5BHITN_Konstantin_Hintermayer_seed_database.sql ./02.sql
|
||||||
COPY ../Einheit_3/2025_5BHITN_Konstantin_Hintermayer_procedures_and_triggers.sql ./03.sql
|
COPY ./Einheit_3/2025_5BHITN_Konstantin_Hintermayer_procedures_and_triggers.sql ./03.sql
|
||||||
|
|
||||||
ENTRYPOINT ["sqlcmd", "-D", ""]
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user