Skip to content

Commit

Permalink
build: another attempt at fixing the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Jan 1, 2024
1 parent acd7cfb commit 10f318f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}:src"
file: ./src/Mangarr.Backend/Dockerfile
context: ./src
file: ./Mangarr.Backend/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/mangarr.backend:latest
4 changes: 2 additions & 2 deletions .github/workflows/publish-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}:src"
file: ./src/Mangarr.Frontend/Dockerfile
context: ./src
file: ./Mangarr.Frontend/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/mangarr.frontend:latest

0 comments on commit 10f318f

Please sign in to comment.