Update cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 26s

This commit is contained in:
omaroughriss 2025-07-15 14:53:33 +02:00
parent 5086f2d281
commit 6959a2e33e

View File

@ -3,6 +3,9 @@ name: Build and Push to Registry
on:
push:
branches: [ main ]
pull_request:
types: [closed]
branches: [ main ]
env:
REGISTRY: git.4nkweb.com
@ -11,6 +14,7 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true || github.event_name == 'push'
steps:
- name: Checkout repository
uses: actions/checkout@v4