Skip to content

Commit

Permalink
Alias and cache (#86)
Browse files Browse the repository at this point in the history
* Correct alias

* Add an additional cache entry
  • Loading branch information
andyundso authored Jan 16, 2025
1 parent 1ab5262 commit 82fa7ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ jobs:
type=registry,ref=pgautoupgrade/pgautoupgrade:build-16-${{ matrix.operating_system.flavor }}
type=registry,ref=pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.flavor }}
type=registry,ref=pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.flavor }}${{ matrix.operating_system.OS_VERSION }}
type=registry,ref=pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-${{ matrix.operating_system.alias }}
strategy:
matrix:
operating_system:
- flavor: "alpine"
# renovate: datasource=docker depName=alpine versioning=docker
OS_VERSION: "3.21"
alias: "debian"
alias: "alpine"
- flavor: "bookworm"
alias: "debian"
pg_target:
Expand Down

0 comments on commit 82fa7ad

Please sign in to comment.