From 7dc0c37a6c33490d53594fc8d327d9829915e926 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 14 Nov 2024 20:57:11 +0100 Subject: [PATCH] fix working dir --- .github/workflows/app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 8fa57db..8dcfea1 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -51,7 +51,6 @@ jobs: - uses: actions/checkout@v4 - name: Build container images - working-directory: src run: | docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}} docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:latest