Skip to content

Commit

Permalink
Delete docker config after run (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Feb 7, 2020
1 parent 9b63074 commit 516978e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
run: |
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
docker push ppiper/jacoco-cli:latest
rm -f /home/runner/.docker/config.json
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
run: |
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
docker push ppiper/jacoco-cli:${GITHUB_REF}
rm -f /home/runner/.docker/config.json

0 comments on commit 516978e

Please sign in to comment.