Skip to content

Commit

Permalink
Define "alias" for Alpine
Browse files Browse the repository at this point in the history
The pipeline currently fails on main since "alias" in the GitHub Actions matrix for the Alpine build resolves to nothing. By providing this, although identical to "flavor", it should be fixed.
andyundso committed Jan 16, 2025
1 parent cb28e99 commit 610ebd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -83,6 +83,7 @@ jobs:
- flavor: "alpine"
# renovate: datasource=docker depName=alpine versioning=docker
OS_VERSION: "3.21"
alias: "debian"
- flavor: "bookworm"
alias: "debian"
pg_target:

0 comments on commit 610ebd8

Please sign in to comment.