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,16 +1,19 @@
|
||||
name: 'Build and Push Image'
|
||||
description: 'Build and push Docker image to registry'
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
inputs:
|
||||
context:
|
||||
description: 'The Docker build context'
|
||||
required: true
|
||||
tags:
|
||||
description: 'The Docker image tags'
|
||||
required: true
|
||||
runs:
|
||||
using: 'composite'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user