Skip to content

Commit 5b3dfc2

Browse files
authored
Merge pull request #11 from yfukai/ci2
Fix onlatest option for tag
2 parents 007e6e8 + 18ecb10 commit 5b3dfc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
images: ${{ env.REGISTRY }}/${{ env.JAX_CONDA_IMAGE_NAME }}
7979
flavor: |
8080
latest=auto
81-
suffix=-cuda,onlatest=true
81+
suffix=-cuda
82+
onlatest=true
8283
8384
- name: Extract first tag (JAX conda GPU)
8485
id: extract_first_tag_gpu
@@ -102,7 +103,8 @@ jobs:
102103
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
103104
flavor: |
104105
latest=auto
105-
suffix=-cuda,onlatest=true
106+
suffix=-cuda
107+
onlatest=true
106108
107109
- name: Set up QEMU
108110
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)