Skip to content
Snippets Groups Projects
Unverified Commit 5fbb32f6 authored by Alexander Kahl's avatar Alexander Kahl
Browse files

Fix copy/paste error

parent db3b9bf3
Branches
No related tags found
No related merge requests found
Pipeline #1647 passed
......@@ -18,7 +18,7 @@ build:
REGISTRY_IMAGE: communicatio/ftp
script:
- docker pull $REGISTRY_IMAGE:latest || true
- docker build --cache-from $REGISTRY_IMAGE:latest --tag $REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $REGISTRY_IMAGE:latest . -f Dockerfile.httpd
- docker build --cache-from $REGISTRY_IMAGE:latest --tag $REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $REGISTRY_IMAGE:latest .
- docker push $REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $REGISTRY_IMAGE:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment