diff --git a/.github/workflows/readme-release.yml b/.github/workflows/readme-release.yml index e42e09d..fe28154 100644 --- a/.github/workflows/readme-release.yml +++ b/.github/workflows/readme-release.yml @@ -171,6 +171,14 @@ jobs: with: username: mlocati password: ${{ secrets.DOCKERHUB_TOKEN }} + - + name: Login to GitHub Container Registry + if: env.VERSIONTAG_THIS != '' + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Set up docker buildx if: env.VERSIONTAG_THIS != ''