Skip to content

Commit d12903b

Browse files
committed
Update for the masa-finance DockerHub
1 parent 4a34467 commit d12903b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
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' }
14+
# The postgresql-client package version depends on the Alpine version
1815
- { postgres: 16, alpine: '3.19' }
1916
- { postgres: 17, alpine: '3.21' }
2017

@@ -39,7 +36,7 @@ jobs:
3936
with:
4037
context: .
4138
push: true
42-
tags: bartels/postgres-backup-s3:${{ matrix.postgres }}
39+
tags: masa-finance/postgres-backup-s3:${{ matrix.postgres }}
4340
build-args: |
4441
ALPINE_VERSION=${{ matrix.alpine }}
4542
platforms: |

0 commit comments

Comments
 (0)