Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek 0fdd16a906
Docker Build and Release Upload / build (push) Failing after 1s
Update .gitea/workflows/demo.yaml
2025-07-03 01:18:24 +00:00

16 lines
319 B
YAML

name: Docker Build and Release Upload
on:
[ push ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:full-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t my-image:latest .