Update .gitea/workflows/demo.yaml
Docker Build and Release Upload / build (push) Failing after 1s

This commit is contained in:
2025-07-03 01:18:24 +00:00
parent cf5ff89bcd
commit 0fdd16a906
+2 -1
View File
@@ -6,7 +6,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
default_image: ghcr.io/catthehacker/ubuntu:full-latest
container:
image: ghcr.io/catthehacker/ubuntu:full-latest
steps:
- name: checkout
uses: actions/checkout@v4