Unverified Commit 55dc8e4d authored by saienduri's avatar saienduri Committed by GitHub
Browse files

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

parent 02e9e9f1
...@@ -57,8 +57,8 @@ jobs: ...@@ -57,8 +57,8 @@ jobs:
exit 1 exit 1
fi fi
docker build . -f docker/Dockerfile.rocm --build-arg BUILD_TYPE=${{ matrix.build_type }} -t rocm/sgl-dev:${{ env.DATE }} --no-cache 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 }} docker push rocm/sgl-dev:${{ env.DATE }}${tag_suffix}
- name: "Remove docker image" - name: "Remove docker image"
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment