Skip to content
Snippets Groups Projects
Commit 8bdc9dc7 authored by nimrod's avatar nimrod
Browse files

Tag the httpd image.

Both latest and buster tags.
parent c90f8309
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,12 @@ push-cgit:
- job: build-cgit
artifacts: true
# httpd image:
# httpd latest image:
build-httpd:
extends: .build
variables:
CONTEXT: httpd
CONTEXT: httpd/buster
push-httpd:
extends: .push
......@@ -76,3 +76,14 @@ push-httpd:
needs:
- job: build-httpd
artifacts: true
# httpd buster image:
push-httpd-buster:
extends: .push
variables:
IMAGE: httpd
TAG: buster
needs:
- job: build-httpd
artifacts: true
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment