We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4024c4 commit 84907f1Copy full SHA for 84907f1
.github/workflows/build_release.yaml
@@ -130,12 +130,16 @@ jobs:
130
type=semver,pattern={{major}}.{{minor}}
131
type=ref,event=tag
132
133
+ - name: Pull postgresql
134
+ run: |
135
+ docker pull quay.io/fedora/postgresql-12:12
136
+
137
- name: Setup and build
138
id: build_image
139
uses: redhat-actions/s2i-build@v2
140
with:
141
path_context: ./server/db/config
- builder_image: 'quay.io/fedora/postgresql-12'
142
+ builder_image: 'quay.io/fedora/postgresql-12:12'
143
image: ghcr.io/${{ github.repository }}/aries-vcr-db
144
tags: ${{ steps.meta.outputs.version }}
145
0 commit comments