We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a34467 commit d12903bCopy full SHA for d12903b
.github/workflows/build-and-push-images.yml
@@ -11,10 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
include:
14
- - { postgres: 12, alpine: '3.12' }
15
- - { postgres: 13, alpine: '3.14' }
16
- - { postgres: 14, alpine: '3.16' }
17
- - { postgres: 15, alpine: '3.17' }
+ # The postgresql-client package version depends on the Alpine version
18
- { postgres: 16, alpine: '3.19' }
19
- { postgres: 17, alpine: '3.21' }
20
@@ -39,7 +36,7 @@ jobs:
39
36
with:
40
37
context: .
41
38
push: true
42
- tags: bartels/postgres-backup-s3:${{ matrix.postgres }}
+ tags: masa-finance/postgres-backup-s3:${{ matrix.postgres }}
43
build-args: |
44
ALPINE_VERSION=${{ matrix.alpine }}
45
platforms: |
0 commit comments