Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Jan 22, 2024
1 parent dc18099 commit 297d54f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_backend_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./backend
file: Dockerfile
file: backend/Dockerfile
platforms: linux/amd64,linux/arm64 #,linux/arm/v7 #,linux/386,linux/arm/v6
push: true
tags: ${{ env.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_web_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./kitchenowl
file: Dockerfile
file: kitchenowl/Dockerfile
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
push: true
tags: ${{ env.tags }}
Expand Down

0 comments on commit 297d54f

Please sign in to comment.