Skip to content

Commit

Permalink
Rename Debian image to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jul 10, 2024
1 parent f6487e8 commit b4797b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test

Dockerfile.alpine
Dockerfile.debian
Dockerfile.bookworm
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
operating_system:
flavor:
- alpine
- debian
- bookworm
pg_version:
- "9.5"
- "9.6"
Expand Down Expand Up @@ -43,15 +43,15 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v5
with:
file: "Dockerfile.${{ matrix.operating_system }}"
file: "Dockerfile.${{ matrix.flavor }}"
push: true
platforms: linux/amd64,linux/arm64
build-args: |
"PGTARGET=16"
target: "build-${{ matrix.pg_version }}"
tags: "pgautoupgrade/pgautoupgrade:build-${{ matrix.pg_version }}-${{ matrix.operating_system }}"
tags: "pgautoupgrade/pgautoupgrade:build-${{ matrix.pg_version }}-${{ matrix.flavor }}"
cache-to: type=inline
cache-from: type=registry,ref=pgautoupgrade/pgautoupgrade:build-${{ matrix.pg_version }}-${{ matrix.operating_system }}
cache-from: type=registry,ref=pgautoupgrade/pgautoupgrade:build-${{ matrix.pg_version }}-${{ matrix.flavor }}

target-images:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,8 +79,7 @@ jobs:
operating_system:
- flavor: "alpine"
version: "3.19"
- flavor: "debian"
version: "bookworm"
- flavor: "bookworm"
pg_target:
- "12"
- "13"
Expand Down

0 comments on commit b4797b4

Please sign in to comment.