diff --git a/.github/workflows/publish-docker-images.yaml b/.github/workflows/publish-docker-images.yaml index 7362928dd..a93ee9782 100644 --- a/.github/workflows/publish-docker-images.yaml +++ b/.github/workflows/publish-docker-images.yaml @@ -43,7 +43,7 @@ jobs: # Only log in to Docker Hub if the event is a release if: ${{ inputs.environment == 'docker-publish' }} with: - username: ${{ secrets.DOCKER_USERNAME }} + username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Log in to the Container registry