Skip to content

Commit

Permalink
Update publish-websocket.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapalakshmi committed Aug 16, 2023
1 parent f8450c7 commit 74ea43d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-websocket.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: services/websocket-service
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: services/websocket-service
push: true
tags: ${{ steps.branchmeta.outputs.tags }}

0 comments on commit 74ea43d

Please sign in to comment.