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
Simon Thomas
pointcloud_merger
Commits
700cb164
Unverified
Commit
700cb164
authored
Jun 10, 2020
by
tomlogan501
Committed by
GitHub
Jun 10, 2020
Browse files
Create docker-image.yml
parent
52590138
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/docker-image.yml
0 → 100644
View file @
700cb164
name
:
Docker Image CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build kinetic
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build the Docker image kinetic
run
:
docker build . --file docker/Dockerfile.kinetic --tag kinetic:$(date +%s)
build melodic
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build the Docker image melodic
run
:
docker build . --file docker/Dockerfile.melodic --tag melodic:$(date +%s)
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