From 83926b0f9a5e8a1b49f52b8e71bf785415b0249b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 10 Jun 2025 10:44:33 +0200 Subject: [PATCH] push only to github --- .github/workflows/build-docker.yml | 7 ------- 1 file changed, 7 deletions(-) mode change 100644 => 100755 .github/workflows/build-docker.yml 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