mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix: path to the docker file to build in the github workflow
This commit is contained in:
parent
b2bde92d05
commit
3a618f046e
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Build image
|
||||
env:
|
||||
dockerfile: ./src/ArtPlatform.API/Dockerfile
|
||||
dockerfile: ./src/comissions.app.api/Dockerfile
|
||||
docker_image_name: ghcr.io/d4m13n-d3v/art-platform-api
|
||||
run: |
|
||||
docker build --build-arg NUGET_SOURCE=https://nuget.pkg.github.com/data443/index.json --build-arg NUGET_API_KEY=${{ secrets.PACKAGE_TOKEN }} -t ${{ env.docker_image_name }}:${{ env.GitVersion_MajorMinorPatch }} -f ${{ env.dockerfile }} --force-rm .
|
||||
|
Loading…
x
Reference in New Issue
Block a user