This commit is contained in:
2025-04-17 14:50:09 +03:00
parent 73d8ec8a25
commit 57d78f82f0
4 changed files with 111 additions and 0 deletions

33
actions/k8s/action.yaml Normal file
View File

@@ -0,0 +1,33 @@
name: 'k8s deploy'
description: 'k8s deploy'
inputs:
tag:
required: false
type: string
default: latest
migrate:
type: boolean
default: false
configs:
type: boolean
default: false
environment:
type: string
required: true
runs:
using: 'composite'
steps:
- run: "echo a: Set up QEMU2"
- run: |
sleep 10
echo 'sleep 10 end'
- run: "echo b: Login to DockerHub"
if: ${{ inputs.password != '' }}
- run: |
sleep 10
echo 'c: Set up Docker BuildX'