Skip to content

Commit

Permalink
update cicd following move docker directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Sep 14, 2023
1 parent 2527fb0 commit fc43f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./
file: ./service/docker/Dockerfile
file: ./docker/Dockerfile
build-args: api_jar=${{steps.jartag.outputs.jar_file}}
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./
file: ./service/docker/Dockerfile
file: ./docker/Dockerfile
build-args: api_jar=${{steps.jarrer.outputs.jar_file}}
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit fc43f63

Please sign in to comment.