Skip to content

Commit

Permalink
feat: run container images workflow after release
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Dec 18, 2022
1 parent 7eb02b7 commit 1633f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
GIT_AUTHOR_NAME: 'Vladislav Doster'
GIT_COMMITTER_EMAIL: 'mvdoster@gmail.com'
GIT_COMMITTER_NAME: 'Vladislav Doster'
container-images:
needs: [commit,lint,release]
uses: vladdoster/.github/.github/workflows/containers.yml@main

0 comments on commit 1633f97

Please sign in to comment.