Skip to content

Commit

Permalink
fix: docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 27, 2024
1 parent 85e7044 commit 81d0585
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main_msal-react-demo-kotahusky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ 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 All @@ -46,7 +41,7 @@ jobs:
with:
push: true
tags: index.docker.io/${{ secrets.DOCKERHUB_USERNAME }}/kota-private:${{ github.sha }}
file: ./Dockerfile
context: .

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 81d0585

Please sign in to comment.