Loading .gitlab-ci.yml +13 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 httpd/.dockerignore→httpd/buster/.dockerignore +0 −0 File moved. View file httpd/Dockerfile→httpd/buster/Dockerfile +0 −0 File moved. View file Loading
.gitlab-ci.yml +13 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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