Run on main and on release

This commit is contained in:
Till Faelligen 2024-12-18 10:58:19 +01:00
parent 51f95f7242
commit 1f0d6ea357
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -50,7 +50,7 @@ jobs:
# Build until the "build" stage, this then can be used by other steps. # Build until the "build" stage, this then can be used by other steps.
- name: Build "build" image - name: Build "build" image
if: github.ref_name == 'main' if: github.ref_name == 'main' || github.event_name == 'release'
id: docker_build_monolith id: docker_build_monolith
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with: