first commit

This commit is contained in:
2025-04-04 08:46:42 +02:00
commit 43220a5616
9 changed files with 169 additions and 0 deletions

18
action.yml Normal file
View File

@@ -0,0 +1,18 @@
name: Docker build push !
description: A custom docker build push
author: Skydust
# Define your inputs here.
inputs:
imageName:
description: The image name
required: true
imagePrefix:
description: The image prefix
required: false
default: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/
runs:
using: docker
image: "cypress/base:22.13.1"
entrypoint: "/entrypoint.sh"