Skip to content

Commit

Permalink
fix docker file path
Browse files Browse the repository at this point in the history
  • Loading branch information
moficodes committed May 15, 2021
1 parent 769b653 commit 132770d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: build-and-push-kubeadmin
uses: docker/build-push-action@v2
with:
file: docker/Dockerfile.Web
file: ./docker/Dockerfile.web
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/kubeadmin:${{ steps.tag.outputs.tag }}

0 comments on commit 132770d

Please sign in to comment.