refactor(docker_hub): move needs to template

needs should not exists in definition as it is dynamic.
moved dockerhub publish to docker template

!31
This commit is contained in:
2023-05-28 10:45:41 +09:30
parent 502f12c216
commit 7b4b01bdab
2 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,6 @@
fi
- docker logout docker.io
needs: [ "Docker Container" ]
environment:
name: DockerHub
url: $DOCKER_IMAGE_PUBLISH_URL

View File

@ -32,6 +32,7 @@ Docker Container:
Docker Hub:
extends: .publish-docker-hub
needs: [ "Docker Container" ]
Gitlab Release: