Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adhirajpandey authored Nov 7, 2023
1 parent fc9522a commit 30743c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build and Push Docker image
- name: Build Docker image
run: |
IMAGE_NAME=${{ secrets.DOCKER_USER }}/budgetboss
docker build \
--file Dockerfile \
--tag $IMAGE_NAME:latest \ # Use "latest" tag
--tag $IMAGE_NAME:latest \
--build-arg MONGO_CLUSTER=${{ secrets.MONGO_CLUSTER }} \
--build-arg MONGO_USER=${{ secrets.MONGO_USER }} \
--build-arg MONGO_PASSWORD=${{ secrets.MONGO_PASSWORD }} \
Expand Down

0 comments on commit 30743c8

Please sign in to comment.