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

15 lines
310 B
YAML

name: Docker Build and Release Upload
on:
[ push ]
jobs:
build:
runs-on: ubuntu-latest
default_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 .