Skip to content

Commit 5552ea1

Browse files
committed
Add context to Java API workflow
1 parent 4d97a4a commit 5552ea1

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
@@ -23,3 +23,4 @@ jobs:
2323
file: ./apis/go/Dockerfile
2424
push: true
2525
tags: ${{ secrets.DOCKER_TAG_GO_API }}
26+
context: ./apis/go

.github/workflows/java-api.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
file: ./apis/java/Dockerfile
2424
push: true
2525
tags: ${{ secrets.DOCKER_TAG_JAVA_API }}
26+
context: ./apis/java

0 commit comments

Comments
 (0)