fix working dir
This commit is contained in:
parent
7ef33d96c6
commit
7dc0c37a6c
1 changed files with 0 additions and 1 deletions
1
.github/workflows/app.yml
vendored
1
.github/workflows/app.yml
vendored
|
@ -51,7 +51,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build container images
|
- name: Build container images
|
||||||
working-directory: src
|
|
||||||
run: |
|
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:${{needs.versionize.outputs.semver}}
|
||||||
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:latest
|
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue