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

Update docker-publish.yml

parent f9eed226
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run tests - name: Run tests
run: docker build ./backend --file Dockerfile run: docker build /backend
myEvent: myEvent:
# Ensure test job passes before pushing image. # Ensure test job passes before pushing image.
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build image - name: Build image
run: docker build ./backend --file Dockerfile --tag $IMAGE_NAME run: docker build /backend --tag $IMAGE_NAME
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v1 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