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 b3dc01bbb5 - Show all commits

View File

@ -1,8 +1,6 @@
name: Build Nginx-based docker image name: Build Nginx-based docker image
on: on:
push: push:
branches:
- main
concurrency: concurrency:
group: ${{ github.ref }} group: ${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true