mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
fix push
This commit is contained in:
parent
0dc2512e10
commit
0d0cc6b3da
2
.github/workflows/docker-hub-latest.yml
vendored
2
.github/workflows/docker-hub-latest.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
if: ${{ env.PUSH }}
|
if: github.ref == 'refs/heads/main'
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user