diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 23e1eac..4bf0061 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -96,11 +96,6 @@ jobs: push: true tags: ${{ steps.calculatetagsgcr.outputs.tags }} - # https://github.com/peter-evans/dockerhub-description - # It's horrible that we need to use password here instead of PAT, because - # that's only available via CLI what defeats 2FA. Anyway, we need to - # auto-update the description, so using it (till available via PAT). - # Link: https://github.com/peter-evans/dockerhub-description/issues/10 # Note that we only update the description with the main branch version. - name: Set Docker Hub description from README.md if: github.ref == 'refs/heads/main' && env.DOCKERHUB_OWNER != '' diff --git a/README.md b/README.md index 2c94b1c..07b33c3 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ Notes: Note : if you want to publish on your own repository (being Docker Hub or Git Container Registry), you need to define the following secrets [following secrets ](https://docs.github.com/en/actions/security-guides/encrypted-secrets): * DOCKERHUB_OWNER -* DOCKERHUB_PASSWORD * DOCKERHUB_TOKEN * DOCKERHUB_USERNAME * GH_OWNER