From d74bd2821452e23e5380459c9c74b5d45186141f Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:01:54 +0100 Subject: [PATCH] ci(publish): disable docker hub publish --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2e28759..755a38a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,12 +40,6 @@ jobs: username: ${{ secrets.DOCKER_REGISTRY_ID }} password: ${{ secrets.DOCKER_REGISTRY_TOKEN }} - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_HUB_REGISTRY_ID }} - password: ${{ secrets.DOCKER_HUB_REGISTRY_TOKEN }} - - name: Build and publish image(s) uses: docker/build-push-action@v4 with: