We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7991534 + e382b2e commit bc53aaaCopy full SHA for bc53aaa
.github/workflows/UploadDockerImages.yml
@@ -163,6 +163,7 @@ jobs:
163
context: .
164
file: ${{ matrix.dockerfile }}
165
tags: |
166
+ gcr.io/tpu-prod-env-multipod/${{ matrix.image_name }}:maxtext_${{ steps.vars.outputs.sha_short }}
167
gcr.io/tpu-prod-env-multipod/${{ matrix.image_name }}:${{ steps.date.outputs.image_date }}
168
gcr.io/tpu-prod-env-multipod/${{ matrix.image_name }}:latest
169
cache-from: type=gha
0 commit comments