From 1290a57bfee61a3c2c1a9d737931d36aaf5baadf Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 11 Jan 2023 17:09:36 +0100 Subject: [PATCH] make bullseye the default docker container --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 304add46..47a4079c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: push: true tags: bpatrik/pigallery2:nightly-${{ matrix.container }} - name: Push release on new Tag - if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container != 'debian-buster'}} + if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container != 'debian-bullseye'}} uses: docker/build-push-action@v3 with: context: . @@ -157,7 +157,7 @@ jobs: bpatrik/pigallery2:${{ steps.vars.outputs.tag }}-${{ matrix.container }} bpatrik/pigallery2:latest-${{ matrix.container }} - name: Push latest on new Tag - if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container == 'debian-buster'}} + if: ${{ startsWith(steps.vars.outputs.type , 'tag') && !github.event.issue.pull_request && matrix.container == 'debian-bullseye'}} uses: docker/build-push-action@v3 with: context: .