Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U2IS
robosense_simulator
Commits
b56f3012
Unverified
Commit
b56f3012
authored
Mar 31, 2020
by
tomlogan501
Committed by
GitHub
Mar 31, 2020
Browse files
Create dockerimage.yml
parent
8a27ae64
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/dockerimage.yml
0 → 100644
View file @
b56f3012
name
:
Docker Image CI kinetic/melodic
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
kinectic
:
runs-on
:
ubuntu-16.04
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build the Docker image kinectic
run
:
docker build . --file docker/Dockerfile.kinetic --tag my-image-name:$(date +%s)
melodic
:
runs-on
:
ubuntu-18.04
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build the Docker image melodic
run
:
docker build . --file docker/Dockerfile.melodic --tag my-image-name:$(date +%s)
Write
Preview
Supports
Markdown
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