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
a87a24f1
Commit
a87a24f1
authored
Oct 30, 2020
by
Eric Timmons
Browse files
Separate retagging job into new workflow
parent
5c84e063
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/release-images.yml
View file @
a87a24f1
...
...
@@ -16,25 +16,9 @@ env:
VERSION
:
"
1.12"
jobs
:
retag_linux
:
name
:
Retag all -tmp-master suffixes for Linux
runs-on
:
ubuntu-20.04
steps
:
-
name
:
Check out the repo
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Login to Dockerhub
env
:
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD
:
${{ secrets.DOCKER_PASSWORD }}
run
:
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
name
:
Retag all -tmp-master suffixes for Linux
run
:
./cl-docker-images-build/cl-docker-images-build pull_retag_and_push_linux_arch_images
release_linux
:
name
:
Release Linux images
runs-on
:
ubuntu-20.04
needs
:
retag_linux
steps
:
-
name
:
Check out the repo
uses
:
actions/checkout@v2
...
...
.github/workflows/retag-build-images.yaml
0 → 100644
View file @
a87a24f1
name
:
Retag build images
on
:
workflow_dispatch
env
:
DOCKER_CLI_EXPERIMENTAL
:
"
enabled"
jobs
:
retag_linux
:
name
:
Retag all -tmp-master suffixes for Linux
runs-on
:
ubuntu-20.04
steps
:
-
name
:
Check out the repo
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Login to Dockerhub
env
:
DOCKER_USERNAME
:
${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD
:
${{ secrets.DOCKER_PASSWORD }}
run
:
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
name
:
Retag all -tmp-master suffixes for Linux
run
:
./cl-docker-images-build/cl-docker-images-build pull_retag_and_push_linux_arch_images
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