|
|
@@ -69,13 +69,13 @@ jobs:
|
|
|
|
|
|
- name: Login to Docker Hub
|
|
|
if: github.repository_owner == 'FreshRSS'
|
|
|
- uses: docker/login-action@v3
|
|
|
+ uses: docker/login-action@v4
|
|
|
with:
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
|
|
|
# - name: Login to GitHub Container Registry
|
|
|
- # uses: docker/login-action@v3
|
|
|
+ # uses: docker/login-action@v4
|
|
|
# with:
|
|
|
# registry: ghcr.io
|
|
|
# username: ${{ github.repository_owner }}
|