Skip to content

Commit

Permalink
Update apprentice-action-test.yml
Browse files Browse the repository at this point in the history
Switching password for token
  • Loading branch information
lukehaz authored Nov 3, 2023
1 parent 151e20c commit d45c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apprentice-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: push Docker image to docker Hub
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
echo ${{ secrets.DOCKER_TOKEN }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker tag test-d-image:latest ${{ secrets.DOCKER_USERNAME }}/test-d-image:latest
docker push ${{ secrets.DOCKER_USERNAME }}/test-d-image:latest
Expand Down

0 comments on commit d45c8ae

Please sign in to comment.