Skip to content

Commit

Permalink
fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Jan 29, 2024
1 parent 3571fea commit e0f9fa4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}


- name: Get the tag name
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand All @@ -89,7 +86,7 @@ jobs:
tags: ${{ steps.meta_jax_conda.outputs.tags }}
labels: ${{ steps.meta_jax_conda.outputs.labels }}
build-args: |
JAX_VERSION=${{ env.JAX_version }}
JAX_VERSION=${{ env.JAX_VERSION }}
- name: Build and push Docker image (JAX conda GPU)
id: build-and-push-jax-conda-gpu
Expand All @@ -101,7 +98,7 @@ jobs:
tags: ${{ steps.meta_jax_conda.outputs.tags }}-cuda
labels: ${{ steps.meta_jax_conda.outputs.labels }}
build-args: |
JAX_VERSION=${{ env.JAX_version }}
JAX_VERSION=${{ env.JAX_VERSION }}
JAX_VERSION_EXTRA="cuda11_local"
BASE_IMAGE="nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04"
Expand Down

0 comments on commit e0f9fa4

Please sign in to comment.