Push to the remote registry only on the main branch #165

Merged
bustikiller merged 3 commits from push-only-main into main 2024-12-29 12:22:27 +00:00
Showing only changes of commit 5dabecc9ed - Show all commits

View File

@ -43,7 +43,7 @@ jobs:
cache-from: type=registry,ref=${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ env.GITHUB_REPOSITORY }}:builder
cache-to: type=inline
- name: Build and push
- name: Build and push (final)
uses: docker/build-push-action@v6
with:
context: .