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
OpenFold
Commits
7fe44553
"...data/git@developer.sourcefind.cn:OpenDAS/mmgeneration.git" did not exist on "2eaa34dfa7c9cd7407c1f36f75559b8291181a3e"
Commit
7fe44553
authored
Feb 01, 2022
by
Sam DeLuca
Browse files
adding github CI pipeline to test the docker container build
parent
4f2bc2e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
+15
-0
No files found.
.github/workflows/docker-image.yml
0 → 100644
View file @
7fe44553
name
:
Docker Image CI
on
:
push
:
branches
:
[
main
]
pull_request
:
branches
:
[
main
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build the Docker image
run
:
docker build . --file Dockerfile --tag openfold:$(date +%s)
\ No newline at end of file
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