Update .gitea/workflows/docker-build.yml
Build and Push Docker Image / build (push) Failing after 2s

This commit is contained in:
2026-06-28 23:25:48 -05:00
parent 14ce08c3c2
commit bd27a19b75
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
image: catthehacker/ubuntu:act-22.04
steps:
- name: Checkout
uses: actions/checkout@v4