new ci test

This commit is contained in:
2025-11-27 20:08:03 -07:00
parent 0a6fe79fae
commit 940f020542
+32
View File
@@ -0,0 +1,32 @@
#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: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
TestStage:
runs-on: ubuntu-latest
steps:
- run: echo "foo"
- run: echo "bar"
- run: echo "baz" > foo