someday I gonna kill someone for this shit...

This commit is contained in:
2025-04-21 21:50:58 -04:00
parent 6df72a9ced
commit 12460a4519

20
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,20 @@
stages:
- noop
- build
noop:
stage: noop
script:
- echo "This is a no-op job"
include:
- component: $CI_SERVER_FQDN/shared/blueprints/docker-build@v1.1.1
rules:
- if: '$CI_COMMIT_TAG'
inputs:
platform: "linux/amd64"
dockerHubUser: ${DOCKER_HUB_USER}
dockerHubPat: ${DOCKER_HUB_PAT}
stage: build
repo: siteworxpro/top-wallpaper
tag: "${CI_COMMIT_TAG}"