diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20abe10..bea7950 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,10 +56,10 @@ jobs: with: name: "dist-${{ matrix.arch }}" path: "./dist/" - - name: "Login to Docker Hub" - uses: "docker/login-action@v3" - with: - registry: "d.lilpenguins.com" +# - name: "Login to Docker Hub" +# uses: "docker/login-action@v3" +# with: +# registry: "d.lilpenguins.com" - name: "Load and push image" run: | make "load-${{ matrix.arch }}-image" "push-${{ matrix.arch }}-image" @@ -74,10 +74,10 @@ jobs: steps: - name: "Checkout project" uses: "actions/checkout@v4" - - name: "Login to Docker Hub" - uses: "docker/login-action@v3" - with: - registry: "d.lilpenguins.com" +# - name: "Login to Docker Hub" +# uses: "docker/login-action@v3" +# with: +# registry: "d.lilpenguins.com" - name: "Push manifest" run: | make push-cross-manifest