Skip to content

Commit

Permalink
add filepath to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sigridge committed Oct 13, 2023
1 parent 444414e commit 2058993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:

build-and-deploy-backend:
if: false
name: 'Build and deploy Backend'
runs-on: ubuntu-latest
environment: Development
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
with:
push: true
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}
file: ./Dockerfile
file: ./frontend/Dockerfile

deploy-frontend:
permissions:
Expand Down

0 comments on commit 2058993

Please sign in to comment.