1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

temp: Skip docker hub login

This commit is contained in:
bo0tzz 2023-01-21 11:02:59 +01:00
parent 340ed29744
commit e92864d1a3

View file

@ -46,7 +46,8 @@ jobs:
- name: Login to Docker Hub
# 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
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}