Skip to content

Commit

Permalink
Merge pull request #11 from yfukai/ci2
Browse files Browse the repository at this point in the history
Fix onlatest option for tag
  • Loading branch information
yfukai authored Jan 30, 2024
2 parents 007e6e8 + 18ecb10 commit 5b3dfc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.JAX_CONDA_IMAGE_NAME }}
flavor: |
latest=auto
suffix=-cuda,onlatest=true
suffix=-cuda
onlatest=true
- name: Extract first tag (JAX conda GPU)
id: extract_first_tag_gpu
Expand All @@ -102,7 +103,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
suffix=-cuda,onlatest=true
suffix=-cuda
onlatest=true
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 5b3dfc2

Please sign in to comment.