Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
ccl
Commits
23751ea8
Commit
23751ea8
authored
Oct 30, 2020
by
Eric Timmons
Browse files
actions: checkout submodules
parent
3b9820bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/release-images.yml
View file @
23751ea8
...
...
@@ -22,6 +22,8 @@ jobs:
steps
:
-
name
:
Check out the repo
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Login to Dockerhub
env
:
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
...
...
@@ -36,6 +38,8 @@ jobs:
steps
:
-
name
:
Check out the repo
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Login to Dockerhub
env
:
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
...
...
@@ -49,6 +53,8 @@ jobs:
steps
:
-
name
:
Check out the repo
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Login to Dockerhub
env
:
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
...
...
@@ -80,6 +86,8 @@ jobs:
steps
:
-
name
:
Check out the repo
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Login to Dockerhub
env
:
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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