cosmetic change
This commit is contained in:
@@ -1,24 +1,3 @@
|
||||
#stages:
|
||||
# - build
|
||||
# - run
|
||||
#
|
||||
#variables:
|
||||
# IMAGE_NAME: "$CI_REGISTRY_IMAGE/diouxs-builder:$CI_COMMIT_SHA"
|
||||
#
|
||||
#build-image:
|
||||
# stage: build
|
||||
# image: docker:latest
|
||||
# services:
|
||||
# - docker:dind
|
||||
# variables:
|
||||
# DOCKER_DRIVER: overlay2
|
||||
# script:
|
||||
# - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||
# - docker build -t "$IMAGE_NAME" .
|
||||
# - docker push "$IMAGE_NAME"
|
||||
# only:
|
||||
# - branches
|
||||
|
||||
name: Build dioxus container
|
||||
on: [push]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user