Update docker-image.yml

This commit is contained in:
2022-10-05 09:25:10 +03:00
committed by GitHub
parent f864b82637
commit d3e4757d07
+1 -3
View File
@@ -15,6 +15,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build the Docker image - name: Build the Docker image
run: | run: docker build . --file ./LearnCollectInst.Api/Dockerfile --tag learncollectinst.api:$(date +%s)
cd LearnCollectInst.Api
docker build . --file Dockerfile --tag learncollectinst.api:$(date +%s)