We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ff159 commit 4d97a4aCopy full SHA for 4d97a4a
.github/workflows/go-api.yml
@@ -20,5 +20,6 @@ jobs:
20
- name: Build and push
21
uses: docker/build-push-action@v5
22
with:
23
+ file: ./apis/go/Dockerfile
24
push: true
25
tags: ${{ secrets.DOCKER_TAG_GO_API }}
.github/workflows/java-api.yml
+ file: ./apis/java/Dockerfile
tags: ${{ secrets.DOCKER_TAG_JAVA_API }}
0 commit comments