diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ef4a7c9..eb798e5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,4 +1,4 @@ -name: DockerBuild +name: Publish Docker images # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by separate terms of service, privacy policy, and support documentation. @@ -42,7 +42,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Log in to docker hub + - name: Log into registry ${{ env.DOCKER_REGISTRY }} if: github.event_name != 'pull_request' uses: docker/login-action@v3 with: