Skip to content

Commit

Permalink
Build: build only bullseye Image
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 authored Feb 19, 2024
1 parent ba16455 commit b492c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile: [Dockerfile, Dockerfile-bullseye]
dockerfile: [Dockerfile-bullseye]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout this repository
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
needs: test_build
strategy:
matrix:
dockerfile: [Dockerfile, Dockerfile-bullseye]
dockerfile: [Dockerfile-bullseye]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit b492c82

Please sign in to comment.