mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
only log in if we're pushing
This commit is contained in:
parent
7faa3f031e
commit
0dc2512e10
1
.github/workflows/docker-hub-latest.yml
vendored
1
.github/workflows/docker-hub-latest.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Log in to Docker Hub
|
||||
if: ${{ env.PUSH }}
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user