Skip to content

Commit

Permalink
fix: build context
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 27, 2024
1 parent 07cb259 commit 85e7044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main_msal-react-demo-kotahusky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
context: . # This uses the current directory (which includes .next after the build) as the context
file: ./Dockerfile
push: true
tags: yourtag

- name: Log in to registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 85e7044

Please sign in to comment.