Skip to content

Commit

Permalink
Push -debian for each PG version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jan 15, 2025
1 parent bff8152 commit 227d401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
# renovate: datasource=docker depName=alpine versioning=docker
OS_VERSION: "3.21"
- flavor: "bookworm"
alias: "debian"
pg_target:
- "12"
- "13"
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
tags: |
"pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.flavor }}"
"pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.flavor }}${{ matrix.operating_system.OS_VERSION }}"
"pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.alias }}"
build-args: |
"PGTARGET=${{ matrix.pg_target }}"
cache-to: type=inline
Expand Down Expand Up @@ -147,6 +149,7 @@ jobs:
tags: |
"pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.flavor }}"
"pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.flavor }}${{ matrix.operating_system.OS_VERSION }}"
"pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.alias }}"
build-args: |
"PGTARGET=${{ matrix.pg_target }}"
push: true
Expand Down

0 comments on commit 227d401

Please sign in to comment.