pipeline: publish-docker-image: image: plugins/kaniko settings: repo: tuxpa.in/a/homepage tags: latest,v1-${CI_COMMIT_SHA:0:8} dockerfile: Dockerfile username: from_secret: docker_username password: from_secret: docker_password