Skip to content

Commit

Permalink
Run on main and on release
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Dec 18, 2024
1 parent 51f95f7 commit 1f0d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

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

0 comments on commit 1f0d6ea

Please sign in to comment.