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 6468dcd commit af0cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rsbh-dh-mail-net-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

Expand All @@ -33,3 +32,4 @@ jobs:
run: |
docker build -t ${{ secrets.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest .
docker push ${{ secrets.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest

0 comments on commit af0cf7d

Please sign in to comment.