From cd307d8bd01c3647b48b3a33324e8dc8a971f2a0 Mon Sep 17 00:00:00 2001 From: Keenan Thompson Date: Fri, 1 Dec 2023 20:53:55 -0500 Subject: [PATCH] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 8140643..8530b5c 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -11,16 +11,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - # - name: Set up Docker Buildx - # id: buildx - # uses: docker/setup-buildx-action@v2 - name: Login to Github Packages uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ secrets.PUBLISHING_GITHUB_USERNAME }} password: ${{ secrets.PUBLISHING_GITHUB_TOKEN }} - if: ${{ github.ref == 'refs/heads/main' }} - name: Build image and push to Docker Hub and GitHub Container Registry uses: docker/build-push-action@v2 with: