Skip to content

Commit

Permalink
remove unused configure step
Browse files Browse the repository at this point in the history
  • Loading branch information
pixil98 committed Oct 22, 2024
1 parent 2bdcc22 commit 011efe3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 011efe3

Please sign in to comment.