Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TreeMaker
cmssw-docker
Commits
1a255a62
Commit
1a255a62
authored
Aug 22, 2019
by
Clemens Lange
Browse files
Use --build-arg instead of wrong -e for docker ENV
parent
66865e6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/docker-slc6.yml
View file @
1a255a62
...
...
@@ -27,7 +27,7 @@ jobs:
VCS_REF
:
${{ github.event.head_commit.id }}
VERSION
:
${{ github.event.repository.pushed_at }}
with
:
args
:
build -t slc6-cms -
e
BUILD_DATE -
e VCS_URL -e VCS_REF -e
VERSION ./slc6-cms
args
:
build -t slc6-cms -
-build-arg
BUILD_DATE -
-build-arg VCS_URL --build-arg VCS_REF --build-arg
VERSION ./slc6-cms
-
name
:
Docker Tag SLC6 CMS
uses
:
actions/docker/tag@86ab5e854a74b50b7ed798a94d9b8ce175d8ba19
env
:
...
...
@@ -54,7 +54,7 @@ jobs:
VCS_REF
:
${{ github.event.head_commit.id }}
VERSION
:
${{ github.event.repository.pushed_at }}
with
:
args
:
build -t slc6-cvmfs -
e
BUILD_DATE -
e VCS_URL -e VCS_REF -e
VERSION ./slc6-cvmfs
args
:
build -t slc6-cvmfs -
-build-arg
BUILD_DATE -
-build-arg VCS_URL --build-arg VCS_REF --build-arg
VERSION ./slc6-cvmfs
-
name
:
Docker Tag SLC6 CVMFS
uses
:
actions/docker/tag@86ab5e854a74b50b7ed798a94d9b8ce175d8ba19
env
:
...
...
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