Commit 8bdc9dc7 authored by nimrod's avatar nimrod
Browse files

Tag the httpd image.

Both latest and buster tags.
parent c90f8309
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

+0 −0

File moved.