update name

This commit is contained in:
texm
2023-04-25 15:11:02 +08:00
parent 77109c1692
commit 4e7dd362cf
4 changed files with 2 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
name: Create Release & Publish Image
name: Publish Image
on:
push:

View File

@@ -1,23 +0,0 @@
docker-build:
image: docker:latest
stage: build
services:
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- |
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then
tag=""
echo "Running on default branch '$CI_DEFAULT_BRANCH': tag = 'latest'"
else
tag=":$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
- docker push "$CI_REGISTRY_IMAGE${tag}"
rules:
- if: $CI_COMMIT_BRANCH
exists:
- Dockerfile
when: manual

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 Tex
Copyright (c) 2023 github.com/texm
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

0
TODO
View File