Skip to content

Commit

Permalink
set context to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL committed Dec 5, 2023
1 parent 7d73c8f commit cb74ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ jobs:
- name: Build and push container image to registry
uses: docker/build-push-action@v4
with:
context: front-end
push: true
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}
file: ./front-end/Dockerfile
file: ./Dockerfile
deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit cb74ca4

Please sign in to comment.