Skip to content

Commit

Permalink
BUILD - test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokuskov committed Mar 19, 2024
1 parent d8ecfac commit e6e3ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Publish Docker image
run: |
docker login -u ${{ secrets.DOCKER_REGISTRY }} --password-stdin ${{ secrets.DOCKER_HUB_TOKEN }}
docker push ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.IMAGE_NAME }}
docker login -u ${{ secrets.DOCKER_REGISTRY }} -p ${{ secrets.DOCKER_HUB_TOKEN }}
docker push ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_IMAGE_NAME }}
deploy:
needs: build
Expand Down

0 comments on commit e6e3ed5

Please sign in to comment.