Skip to content

Commit

Permalink
Update rsbh-dh-mail-net-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richaarora01 authored Mar 20, 2024
1 parent 4af30f6 commit 6468dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rsbh-dh-mail-net-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- "Java/README.md"
- "Java/mail-it/**"
- ".github/workflows/rsbh-dh-mail-net*.yml"

env:
DOCKER_FILE: Java/mail-it/src/Dockerfile
DOCKER_IMAGE_NAME: dh-mail-net
Expand All @@ -33,4 +32,4 @@ jobs:
working-directory: ${{env.WORKING_DIRECTORY}}
run: |
docker build -t ${{ secrets.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest .
docker push ${{ secrets.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest
docker push ${{ secrets.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest

0 comments on commit 6468dcd

Please sign in to comment.