Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ stages: # hard-coded to latest. variables: TAG: latest CONTEXT: "$IMAGE" # Job templates: Loading Loading @@ -72,6 +71,7 @@ build-httpd: push-httpd: extends: .push variables: CONTEXT: httpd/buster IMAGE: httpd needs: - job: build-httpd Loading @@ -82,6 +82,7 @@ push-httpd: push-httpd-buster: extends: .push variables: CONTEXT: httpd/buster IMAGE: httpd TAG: buster needs: Loading @@ -98,6 +99,7 @@ build-httpd-bullseye: push-httpd-bullseye: extends: .push variables: CONTEXT: httpd/bullseye IMAGE: httpd TAG: bullseye needs: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ stages: # hard-coded to latest. variables: TAG: latest CONTEXT: "$IMAGE" # Job templates: Loading Loading @@ -72,6 +71,7 @@ build-httpd: push-httpd: extends: .push variables: CONTEXT: httpd/buster IMAGE: httpd needs: - job: build-httpd Loading @@ -82,6 +82,7 @@ push-httpd: push-httpd-buster: extends: .push variables: CONTEXT: httpd/buster IMAGE: httpd TAG: buster needs: Loading @@ -98,6 +99,7 @@ build-httpd-bullseye: push-httpd-bullseye: extends: .push variables: CONTEXT: httpd/bullseye IMAGE: httpd TAG: bullseye needs: Loading