Add tag suffix to nightly docker builds. (#4129)

This commit is contained in:
saienduri
2025-03-05 23:22:36 -08:00
committed by GitHub
parent 02e9e9f1cf
commit 55dc8e4d52

View File

@@ -57,8 +57,8 @@ jobs:
exit 1
fi
docker build . -f docker/Dockerfile.rocm --build-arg BUILD_TYPE=${{ matrix.build_type }} -t rocm/sgl-dev:${{ env.DATE }} --no-cache
docker push rocm/sgl-dev:${{ env.DATE }}
docker build . -f docker/Dockerfile.rocm --build-arg BUILD_TYPE=${{ matrix.build_type }} -t rocm/sgl-dev:${{ env.DATE }}${tag_suffix} --no-cache
docker push rocm/sgl-dev:${{ env.DATE }}${tag_suffix}
- name: "Remove docker image"
run: |