1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-10 13:56:52 +00:00

update description and don't login on PR's

This commit is contained in:
Dmitry Belyaev 2021-06-10 16:34:47 +03:00
parent 381504ecf2
commit c81c0d198e
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -28,6 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
username: b4tman
@ -214,3 +215,10 @@ jobs:
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Update repo description
uses: peter-evans/dockerhub-description@v2
with:
username: b4tman
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: b4tman/app