Update .gitea/actions/build-push.yml
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled

This commit is contained in:
Jan Gleytenhoover 2024-07-11 07:14:45 +00:00
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