Skip to content

Commit

Permalink
Merge pull request #36 from torbenraab/preview
Browse files Browse the repository at this point in the history
Update Build Branch
  • Loading branch information
torbenraab committed Sep 11, 2024
2 parents b2b39b8 + acbc953 commit 0a3c8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:

- name: Push Frontend to Docker Container Registry
uses: int128/docker-manifest-create-action@v2
if: ${{ github.event_name == 'release' }}
if: ${{ github.event_name == 'release' || env.TARGET_BRANCH == 'master' }}
with:
tags: |
${{ env.FRONTEND_TAG }}:stable
Expand All @@ -306,7 +306,7 @@ jobs:
- name: Push Frontend to Docker Container Registry
uses: int128/docker-manifest-create-action@v2
if: ${{ github.event_name == 'release' }}
if: ${{ github.event_name == 'release' || env.TARGET_BRANCH == 'master' }}
with:
tags: |
${{ env.FRONTEND_TAG }}
Expand Down

0 comments on commit 0a3c8b7

Please sign in to comment.