Skip to content

Commit b081db7

Browse files
committed
Update main-release-webapi.yml
1 parent 7b298b0 commit b081db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-release-webapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
- name: Build and Push Docker Image
7070
uses: docker/build-push-action@v5
7171
with:
72-
context: .
72+
context: ./src/
73+
file: ./WebApi/Dockerfile
7374
push: true
74-
file: ./src/WebApi/Dockerfile
7575
tags: jonathanperis/rinha2-back-end-bora-dale-xgh:latest
7676
build-args: |
7777
AOT=${{ env.AOT }}

0 commit comments

Comments
 (0)