Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #204 from eloycoto/ReleaseUpdate
Browse files Browse the repository at this point in the history
Actions: push stable images when release
  • Loading branch information
wKich committed Aug 8, 2023
2 parents 39b2f15 + a78d01c commit f69b51c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ jobs:
make build-image-openshift GIT_BRANCH="${{ steps.new-version.outputs.new_version }}"
make push-image GIT_BRANCH="${{ steps.new-version.outputs.new_version }}"
make push-image-openshift GIT_BRANCH="${{ steps.new-version.outputs.new_version }}"
# Images for stable images, At the moment, we always release new one as stable.
make build-image GIT_BRANCH="stable"
make build-image-openshift GIT_BRANCH="stable"
make push-image GIT_BRANCH="stable"
make push-image-openshift GIT_BRANCH="stable"

0 comments on commit f69b51c

Please sign in to comment.