From 011efe3676c0ef20ea6b1545da18050e60531cca Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Tue, 22 Oct 2024 00:36:29 -0500 Subject: [PATCH] remove unused configure step --- .github/workflows/docker.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 86dc2e59..d5ebf516 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,15 +21,8 @@ on: required: true jobs: - configure: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - build_and_push: runs-on: ubuntu-latest - needs: configure strategy: # Prevent a failure in one image from stopping the other builds fail-fast: false