Skip to content

Commit

Permalink
chore: update julia workflow (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-k-lee authored May 10, 2021
1 parent 1bb6ea8 commit 7df1a72
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 @@ -80,7 +80,7 @@ jobs:
fail-fast: true
matrix:
JULIAVERSIONS:
- 1.5.3
- 1.6.1

steps:
- name: Docker Login
Expand All @@ -100,7 +100,7 @@ jobs:
export DOCKER_TAG="$JULIAVERSION-$LABEL"
docker build docker/julia \
--build-arg RENKU_BASE="$DOCKER_NAME-py:3.7-$LABEL" \
--build-arg RENKU_BASE="$DOCKER_NAME-py:3.8-$LABEL" \
--tag $DOCKER_NAME-julia:$DOCKER_TAG
docker push $DOCKER_NAME-julia:$DOCKER_TAG
env:
Expand Down

0 comments on commit 7df1a72

Please sign in to comment.