Skip to content

Commit 516978e

Browse files
authored
Delete docker config after run (#129)
1 parent 9b63074 commit 516978e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
run: |
1818
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
1919
docker push ppiper/jacoco-cli:latest
20+
rm -f /home/runner/.docker/config.json

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
run: |
1919
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
2020
docker push ppiper/jacoco-cli:${GITHUB_REF}
21+
rm -f /home/runner/.docker/config.json

0 commit comments

Comments
 (0)