Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
TOnodera committed Jan 12, 2024
1 parent ec80ca4 commit 4d91b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Push Image to Docker Hub
run: |-
docker login docker.io --username ${{ secrets.DH_USERNAME }} --password ${{ secrets.DH_PASSWORD }}
docker login docker.io --username ${{ secrets.DH_USERNAME }} --password-stdin ${{ secrets.DH_PASSWORD }}
docker image push ${{ secrets.USERNAME }}/gitops-go-app:${{ github.run_number }}
- name: Update values.yaml & Pull Request to Config Repository
Expand Down

0 comments on commit 4d91b50

Please sign in to comment.