Skip to content

Commit

Permalink
Fix failure of build-deploy-backup-dev.yml (#2596)
Browse files Browse the repository at this point in the history
* Go to supported version (https://www.postgresql.org/support/versioning/)

* No longer used, see #2444

* Eliminate obsolete reference
  • Loading branch information
neophyte57 authored Sep 27, 2024
1 parent 3b988c3 commit 9905790
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/build-deploy-backup-dev.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
paths-ignore: # do NOT trigger on changes to backup service.
- prime-database-backup/**
- .github/workflows/build-deploy-backup-dev.yml
branches-ignore:
- 'develop'
- 'test'
Expand All @@ -13,7 +12,6 @@ on:
pull_request:
paths-ignore:
- prime-database-backup/**
- .github/workflows/build-deploy-backup-dev.yml
branches-ignore:
- 'develop'
- 'test'
Expand Down
2 changes: 1 addition & 1 deletion prime-database-backup/openshift.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:12.4
FROM postgres:12.20
USER 0
ARG PGPASSWORD
ARG PGDATABASE
Expand Down

0 comments on commit 9905790

Please sign in to comment.