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
OpenDAS
ColossalAI
Commits
ae959a72
Unverified
Commit
ae959a72
authored
May 25, 2023
by
Frank Lee
Committed by
GitHub
May 25, 2023
Browse files
[workflow] fixed workflow check for docker build (#3849)
parent
d42b1be0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release_docker_after_publish.yml
.github/workflows/release_docker_after_publish.yml
+1
-1
No files found.
.github/workflows/release_docker_after_publish.yml
View file @
ae959a72
...
@@ -8,7 +8,7 @@ on:
...
@@ -8,7 +8,7 @@ on:
jobs
:
jobs
:
release
:
release
:
name
:
Publish Docker Image to DockerHub
name
:
Publish Docker Image to DockerHub
if
:
( github.event_name == 'workflow_dispatch' || github.event.pull_request.merged ==
true
) &&
github.repository == 'hpcaitech/ColossalAI'
if
:
github.repository == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
"
hpcaitech/docker-in-docker:latest"
image
:
"
hpcaitech/docker-in-docker:latest"
...
...
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