diff --git a/.gitea/workflows/build-docker-image.yml b/.gitea/workflows/build-docker-image.yml index 562c436..c7fb193 100644 --- a/.gitea/workflows/build-docker-image.yml +++ b/.gitea/workflows/build-docker-image.yml @@ -40,7 +40,7 @@ jobs: type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}} - name: Login in Private Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ inputs.registry }} username: ${{ secrets.registry-user }}