diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 28d349a22..b26e14126 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -41,14 +41,14 @@ jobs: ${{ runner.os }}-buildx- #- name: Login to Docker Hub - # uses: docker/login-action@v2 + # uses: docker/login-action@v3 # if: github.event_name == 'push' && github.repository == 'motioneye-project/motioneye' && steps.meta.outputs.tags != null # with: # username: ${{ secrets.DOCKER_USERNAME }} # password: ${{ secrets.DOCKER_TOKEN }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name == 'push' && github.repository == 'motioneye-project/motioneye' && steps.meta.outputs.tags != null with: registry: ghcr.io