Skip to content
Snippets Groups Projects
Unverified Commit bedca73e authored by Niaz's avatar Niaz Committed by GitHub
Browse files

Update docker-publish.yml

parent 40ee71a8
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build image
run: DOCKER_BUILDKIT=1 docker build /backend --file Dockerfile --tag $IMAGE_NAME
run: docker build ./backend --file Dockerfile --tag $IMAGE_NAME
- name: Login to Docker Hub
uses: docker/login-action@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment