From f0f483d4f412150e75a589769d0e5d4eedb05770 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sat, 14 Oct 2023 13:19:44 -0600 Subject: [PATCH] ci: let's just see if we can get them building for now --- .github/workflows/build_and_publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 972614d..6b62a40 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -18,11 +18,11 @@ jobs: - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Login to DockerHub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + # - name: Login to DockerHub + # uses: docker/login-action@v3 + # with: + # username: ${{ secrets.DOCKERHUB_USERNAME }} + # password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and Push Docker Images run: make all