Skip to content

Commit 84907f1

Browse files
committed
pull postgresql first
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
1 parent d4024c4 commit 84907f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_release.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,16 @@ jobs:
130130
type=semver,pattern={{major}}.{{minor}}
131131
type=ref,event=tag
132132
133+
- name: Pull postgresql
134+
run: |
135+
docker pull quay.io/fedora/postgresql-12:12
136+
133137
- name: Setup and build
134138
id: build_image
135139
uses: redhat-actions/s2i-build@v2
136140
with:
137141
path_context: ./server/db/config
138-
builder_image: 'quay.io/fedora/postgresql-12'
142+
builder_image: 'quay.io/fedora/postgresql-12:12'
139143
image: ghcr.io/${{ github.repository }}/aries-vcr-db
140144
tags: ${{ steps.meta.outputs.version }}
141145

0 commit comments

Comments
 (0)