Skip to content

Commit

Permalink
Update ci-cd-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimazu committed Apr 28, 2024
1 parent 7831060 commit 174d17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:

- name: Push Docker image to registry
run: |
docker tag fastapi-server $DOCKER_REGISTRY_URL/fastapi-server:latest
docker push abhimazu/fastapi-server:latest
docker tag fastapi-server ${{ secrets.DOCKER_REGISTRY_URL }}/fastapi-server:latest
docker push ${{ secrets.DOCKER_REGISTRY_URL }}/fastapi-server:latest

0 comments on commit 174d17d

Please sign in to comment.