Skip to content

Commit

Permalink
hub Docker:
Browse files Browse the repository at this point in the history
* Fix docker image publish monorepo
  • Loading branch information
JPugetGil committed Sep 9, 2024
1 parent 5b224bd commit 387f00d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-publish-quads-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: quads-creator
file: ./Dockerfile
file: ./quads-creator/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-publish-quads-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: quads-loader
file: ./Dockerfile
file: ./quads-loader/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-publish-quads-query.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: quads-query
file: ./Dockerfile
file: ./quads-query/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 387f00d

Please sign in to comment.