Skip to content

Commit

Permalink
Update build-deploy-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poudelprakash authored Mar 18, 2024
1 parent 2d2cd5d commit 215056f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
context: .
file: ./packages/webapp/Dockerfile
push: true
tags: ghcr.io/bigcapitalhq/webapp:latest
tags: ghcr.io/poudelprakash/webapp:latest
labels: ${{ steps.meta.outputs.labels }}

# Send notification to Slack channel.
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
context: ./
file: ./packages/server/Dockerfile
push: true
tags: ghcr.io/bigcapitalhq/server:latest
tags: ghcr.io/poudelprakash/server:latest
labels: ${{ steps.meta.outputs.labels }}

# Send notification to Slack channel.
Expand Down

0 comments on commit 215056f

Please sign in to comment.