Skip to content

Commit

Permalink
Update publish-backoffice.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapalakshmi authored Aug 16, 2023
1 parent 74ea43d commit 11225a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-backoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
push: true
tags: ${{ steps.prodmeta.outputs.tags }}

- name: Build and push Docker image for other branch
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: apps/backoffice-v2/
push: true
- name: Build and push Docker image for other branch
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: apps/backoffice-v2/
push: true
tags: ${{ steps.branchmeta.outputs.tags }}

0 comments on commit 11225a2

Please sign in to comment.