Update file .gitlab-ci.yml

This commit is contained in:
Lee 2023-01-13 23:27:46 +00:00
parent 75bba530b5
commit 3087549bda

@ -1,5 +1,8 @@
docker-build:
# Official docker image.
stages:
- publish
- deploy
publish:
image: docker:latest
stage: build
variables: