From 468372fe07dcc54681dde940c20845eb0e3be300 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sat, 9 Nov 2019 12:11:31 +0100 Subject: [PATCH] typo in comment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e712ec5..94442e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ build: #This will be executed on every push. With this script the beta image wil - sudo docker push gitlab.jonasled.de/jonasled/url_shorter_docker:beta #Push the image onto the Docker registry. -build-release: #This will be executed if you oush on master, it makes a new release (latest) image +build-release: #This will be executed if you push on master, it makes a new release (latest) image stage: build only: - master -- GitLab