Skip to content

Commit

Permalink
fix: fix ci cd, command to push on hub docker
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed May 5, 2024
1 parent 50f10f0 commit fadfbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Build history service application, and deploy to dockerhub
run: |
docker build -t portofolio:${{secrets.DOCKER_TAGS_APP}} .
docker push portofolio:${{secrets.DOCKER_TAGS_APP}} ${{secrets.DOCKER_USERNAME}}
docker push ${{secrets.DOCKER_USERNAME}}/portofolio:${{secrets.DOCKER_TAGS_APP}}

0 comments on commit fadfbbe

Please sign in to comment.