diff --git a/.github/workflows/publish.yml b/.github/workflows/publish-image.yml similarity index 96% rename from .github/workflows/publish.yml rename to .github/workflows/publish-image.yml index ba33499..cb0efde 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish-image.yml @@ -1,4 +1,4 @@ -name: Create Release & Publish Image +name: Publish Image on: push: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 11be423..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/LICENSE b/LICENSE index 755918b..f2a04a0 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/TODO b/TODO deleted file mode 100644 index e69de29..0000000