Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
55dc8e4d
"vscode:/vscode.git/clone" did not exist on "64a5789fdf6de6a3b5e539bcf8acb199543c003e"
Unverified
Commit
55dc8e4d
authored
Mar 05, 2025
by
saienduri
Committed by
GitHub
Mar 05, 2025
Browse files
Add tag suffix to nightly docker builds. (#4129)
parent
02e9e9f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/release-docker-amd-nightly.yml
.github/workflows/release-docker-amd-nightly.yml
+2
-2
No files found.
.github/workflows/release-docker-amd-nightly.yml
View file @
55dc8e4d
...
@@ -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
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment