Skip to content

Commit 4d97a4a

Browse files
committed
Fix dockerfile path apis
1 parent 64ff159 commit 4d97a4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/go-api.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
- name: Build and push
2121
uses: docker/build-push-action@v5
2222
with:
23+
file: ./apis/go/Dockerfile
2324
push: true
2425
tags: ${{ secrets.DOCKER_TAG_GO_API }}

.github/workflows/java-api.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
- name: Build and push
2121
uses: docker/build-push-action@v5
2222
with:
23+
file: ./apis/java/Dockerfile
2324
push: true
2425
tags: ${{ secrets.DOCKER_TAG_JAVA_API }}

0 commit comments

Comments
 (0)