diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml old mode 100644 new mode 100755 index 118e007..d251166 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -20,7 +20,6 @@ jobs: with: # list of Docker images to use as base name for tags images: | - hascheksolutions/http2pic ghcr.io/hascheksolutions/http2pic # generate Docker tags based on the following events/attributes tags: | @@ -35,12 +34,6 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Login to Docker Hub - if: github.event_name != 'pull_request' - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: github.event_name != 'pull_request' uses: docker/login-action@v3