Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
000KJ authored May 9, 2024
1 parent b2febe5 commit 0fed7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
push: true
tags: ${{ env.CR_URI }}/evo-restapidotnet:${{ github.sha }}
file: ./restapi-dotnet/src/Dockerfile
file: ./Dockerfile
context: ./restapi-dotnet/src

- name: NodeJS - Build and push docker image to Evolution Aritfact Registry
Expand All @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ env.CR_URI }}/evo-restapipython:${{ github.sha }}
tags: ${{ env.CR_URI }}/dating_clikpik_tg:${{ github.sha }}
file: ./restapi-python/src/Dockerfile
context: ./restapi-python/src

Expand Down

0 comments on commit 0fed7ee

Please sign in to comment.