From 4a6bc9c1ba0a0f50efa0b4349aff5f1d8023c0bf Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Thu, 19 Nov 2020 21:25:29 +0100 Subject: [PATCH] DEPRECATED! USE [App-Collection on GitHub](https://github.com/Griefed/docker-App-Collection) / [App-Collection of DockerHub](https://hub.docker.com/r/griefed/app-collection) INSTEAD! --- .gitlab-ci.yml | 16 ++++++++-------- .gitlab/readme_template | 3 +++ README.md | 3 +++ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12a3022..2758058 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,11 +48,11 @@ test: - docker build --network host --tag $CI_REGISTRY_IMAGE:arm . - docker push $CI_REGISTRY_IMAGE:arm -publish: - stage: publish - tags: - - shell - script: - - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY - - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO2:arm . - - docker push $DOCKER_USER/$DOCKER_REPO2:arm \ No newline at end of file +#publish: +# stage: publish +# tags: +# - shell +# script: +# - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY +# - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO2:arm . +# - docker push $DOCKER_USER/$DOCKER_REPO2:arm \ No newline at end of file diff --git a/.gitlab/readme_template b/.gitlab/readme_template index 8b1d459..322775d 100644 --- a/.gitlab/readme_template +++ b/.gitlab/readme_template @@ -1,3 +1,6 @@ +# DEPRECATED! USE [App-Collection on GitHub](https://github.com/Griefed/docker-App-Collection) / [App-Collection of DockerHub](https://hub.docker.com/r/griefed/app-collection) INSTEAD! + + [](https://github.com/$GITHUB_USERNAME/$GITHUB_REPONAME) --- diff --git a/README.md b/README.md index 49090da..9fc31bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# DEPRECATED! USE [App-Collection on GitHub](https://github.com/Griefed/docker-App-Collection) / [App-Collection of DockerHub](https://hub.docker.com/r/griefed/app-collection) INSTEAD! + + [](https://github.com/Griefed/docker-SUI/tree/lsiobase/nginx-dashboard) --- -- GitLab