Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoSunVoyage committed Jul 22, 2021
1 parent fac6d3f commit 86db217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push_to_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
docker build docker/batch \
--build-arg RENKU_BASE="$DOCKER_NAME-py:3.8-$LABEL" \
--build-arg BASE_IMAGE="python:3.8-slim" \
--tag $DOCKER_NAME-batch:$LABEL"
docker push $DOCKER_NAME-batch:$LABEL"
--tag $DOCKER_NAME-batch:$LABEL
docker push $DOCKER_NAME-batch:$LABEL
env:
DOCKER_NAME: "renku/renkulab"

Expand Down

0 comments on commit 86db217

Please sign in to comment.