ci(docker): enabled push to registry when PR base br is main

This commit is contained in:
ITQ
2026-05-22 17:01:28 +03:00
parent ebe5a662e2
commit 42008900f6
2 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
contents: read
packages: write
with:
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') || github.event.pull_request.base.ref == 'main' }}
secrets: inherit
notify-main: