Skip to content

Commit

Permalink
impr: fixing push images to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento10 committed May 18, 2024
1 parent b1adfaa commit 23d0bfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ jobs:

- name: Push Docker images
run: |
docker tag resource_server $DOCKER_REPOSITORY/resource_server:latest
docker tag authorization_server $DOCKER_REPOSITORY/authorization_server:latest
docker tag client $DOCKER_REPOSITORY/client:latest
docker push $DOCKER_REPOSITORY/resource_server:latest
docker push $DOCKER_REPOSITORY/authorization_server:latest
docker push $DOCKER_REPOSITORY/client:latest

0 comments on commit 23d0bfa

Please sign in to comment.