diff options
| author | 2023-11-05 23:07:46 +0100 | |
|---|---|---|
| committer | 2023-11-05 23:07:46 +0100 | |
| commit | 487c74090061a6f9aeedc4042a788e46145ac51e (patch) | |
| tree | cf6d4b4ef65006e34a8af7ca273046a72b9e6249 | |
| parent | 8f07199777a2a3a6e233f858e110dbb0cfad6fad (diff) | |
Fix minor GitHub Actions (#5819)
Follow up of https://github.com/FreshRSS/FreshRSS/pull/5808
| -rw-r--r-- | .github/workflows/docker-publish.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/dockerhub-description.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/jekyll-gh-pages.yml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3d2b1ea46..1ebd36560 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -63,6 +63,7 @@ jobs: # ghcr.io/${{ github.repository }} tags: ${{ matrix.tags }} labels: | + org.opencontainers.image.url=https://freshrss.org/ org.opencontainers.image.version=${{ env.FRESHRSS_VERSION }} - name: Login to Docker Hub diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml index 34f3addeb..a46b20906 100644 --- a/.github/workflows/dockerhub-description.yml +++ b/.github/workflows/dockerhub-description.yml @@ -19,6 +19,6 @@ jobs: uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} + password: ${{ secrets.DOCKERHUB_TOKEN }} repository: freshrss/freshrss readme-filepath: Docker/README.md diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 29e21cb3c..38248d894 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v3 - name: Build with Jekyll |
