Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
c41e816e
Commit
c41e816e
authored
Sep 14, 2018
by
Steffen Vogel
🎅🏼
Browse files
fix invalid docker tag in CI builds
Former-commit-id:
f6386210
parent
a9ad3456
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c41e816e
...
@@ -85,7 +85,7 @@ build:packages:
...
@@ -85,7 +85,7 @@ build:packages:
build:docker:
build:docker:
stage
:
build
stage
:
build
script
:
script
:
-
docker build -f Packaging/Docker/Dockerfile -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
-
docker build -f Packaging/Docker/Dockerfile
--build-arg DOCKER_TAG=${DOCKER_TAG}
-t ${DOCKER_IMAGE}:${DOCKER_TAG} .
tags
:
tags
:
-
shell
-
shell
...
...
Packaging/Docker/Dockerfile
View file @
c41e816e
# rwthacs/dpsim-dev is built by dpsim-git/Packaging/Docker/Dockerfile.dev
# rwthacs/dpsim-dev is built by dpsim-git/Packaging/Docker/Dockerfile.dev
FROM
rwthacs/dpsim-dev
AS
builder
ARG
DOCKER_TAG=latest
FROM
rwthacs/dpsim-dev:${DOCKER_TAG}
AS
builder
COPY
. /dpsim/
COPY
. /dpsim/
...
...
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