fixed the issue now
Build and Push Image / build-and-push (pull_request) Successful in 1m38s
Test Workflow / test-and-lint (pull_request) Successful in 40s

This commit is contained in:
2026-05-31 23:09:56 -07:00
parent f0e8d28c65
commit b5dd0db4c2
3 changed files with 81 additions and 8 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
name: Build and Push Image
on: [push]
# pull_request:
# branches:
# - main
#types: [closed]
on:
pull_request:
branches:
- main
types: [closed]
jobs:
build-and-push:
#if: gitea.event.pull_request.merged == true
if: gitea.event.pull_request.merged == true
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest