Skip to content

Commit

Permalink
Merge pull request #103 from QUARK-framework/feature/runActionOnRelease
Browse files Browse the repository at this point in the history
Run container build action on release.
  • Loading branch information
Marvmann authored Dec 14, 2023
2 parents 4648cb9 + fbdcad6 commit f4172ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Create and publish a QUARK Docker image
on:
push:
branches: ['main', 'dev']
release:
types: [ published ]

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit f4172ac

Please sign in to comment.