Skip to content
Snippets Groups Projects
Commit 54a831e6 authored by Sinkó Dániel's avatar Sinkó Dániel
Browse files

Update .gitlab-ci.yml file

parent 5ffa8885
No related branches found
No related tags found
No related merge requests found
Pipeline #51270 failed
......@@ -26,6 +26,7 @@ go_build:
dockerhub:
stage: docker
tags: [speed]
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [ "" ]
......@@ -39,6 +40,7 @@ dockerhub:
prod:
stage: deploy
tags: [speed]
image:
name: alpine
entrypoint: [ "" ]
......@@ -65,6 +67,7 @@ prod:
staging:
stage: deploy
tags: [speed]
image:
name: alpine
entrypoint: [ "" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment