mirror of
https://github.com/immich-app/immich.git
synced 2025-01-26 17:21:29 +02:00
temp: Skip docker hub login
This commit is contained in:
parent
340ed29744
commit
e92864d1a3
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -46,7 +46,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
# Only push to Docker Hub when making a release
|
# Only push to Docker Hub when making a release
|
||||||
if: ${{ github.event_name == 'release' }}
|
if: false
|
||||||
|
# if: ${{ github.event_name == 'release' }}
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user