Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Fix path
  • Loading branch information
sprivite authored Dec 19, 2023
1 parent f59be92 commit 5610ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: echo "DOCKER_TAG=$(echo "${{ github.ref_name }}" | sed -E 's/[^[:alnum:].-]+/-/g' | sed -E 's/^[^[:alnum:]]+//')" >> $GITHUB_ENV
-
name: docker
run: docker build -t ${DOCKER_TAG} -f environments/environments/Dockerfile .
run: docker build -t ${DOCKER_TAG} -f environments/Dockerfile .
-
name: Pytest
run: docker run ${DOCKER_TAG} pytest
Expand All @@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.ARTIFACTORY_APIKEY }}
-
name: docker
run: docker build -t ${DOCKER_TAG} -f environments/environments/Dockerfile.gpu .
run: docker build -t ${DOCKER_TAG} -f environments/Dockerfile.gpu .
-
name: Pytest
run: docker run ${DOCKER_TAG} pytest
Expand Down

0 comments on commit 5610ab8

Please sign in to comment.