Update .gitea/actions/build-push.yml
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled
This commit is contained in:
parent
eed0fd99e8
commit
b82da1fe17
@ -1,17 +1,20 @@
|
|||||||
name: 'Build and Push Image'
|
name: 'Build and Push Image'
|
||||||
description: 'Build and push Docker image to registry'
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
context:
|
context:
|
||||||
description: 'The Docker build context'
|
description: 'The Docker build context'
|
||||||
required: true
|
required: true
|
||||||
tags:
|
tags:
|
||||||
description: 'The Docker image tags'
|
description: 'The Docker image tags'
|
||||||
required: true
|
required: true
|
||||||
runs:
|
jobs:
|
||||||
using: 'composite'
|
build:
|
||||||
steps:
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user