Update env var
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 6s
Build and Publish Docker Image / Publish to Registry (pull_request) Has been skipped

This commit is contained in:
Juan Sebastián Montoya 2025-11-25 18:11:41 -05:00
parent 8f5291162d
commit 1ed832e95e

View file

@ -44,7 +44,7 @@ jobs:
name: Publish to Registry
runs-on: ubuntu
needs: build-and-validate
if: github.event_name == 'push' || gitea.event_name == 'push'
if: github.event_name == 'push'
steps:
- name: Checkout
uses: actions/checkout@v4