From 240e6d91267324268edbbc9b4fd73f84a0792e01 Mon Sep 17 00:00:00 2001 From: Nathan ter Bogt Date: Fri, 31 Oct 2025 16:33:34 +1300 Subject: [PATCH] Testing build without docker credentials --- .github/workflows/build-push.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index dfe0b86..616891d 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -37,18 +37,18 @@ jobs: node: [ '20', '22', '24' ] steps: - - name: 🔑 Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} +# - name: 🔑 Login to Docker Hub +# uses: docker/login-action@v3 +# with: +# username: ${{ secrets.DOCKERHUB_USERNAME }} +# password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: 🔑 Log in to the GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} +# - name: 🔑 Log in to the GitHub Container Registry +# uses: docker/login-action@v3 +# with: +# registry: ghcr.io +# username: ${{ github.actor }} +# password: ${{ secrets.GITHUB_TOKEN }} - name: 🐋 Set up Docker Buildx uses: docker/setup-buildx-action@v3