Skip to content

Commit

Permalink
Modified main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalkamilansari committed Jun 15, 2024
1 parent 3ddbbad commit 8b2eabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mail/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: ./mail
file: ./mail/DOCKERFILE
context: mail
file: mail/DOCKERFILE
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/my_email_app:latest

Expand Down

0 comments on commit 8b2eabe

Please sign in to comment.