We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a419f5f commit 12be0e2Copy full SHA for 12be0e2
.github/workflows/build_release.yaml
@@ -135,7 +135,7 @@ jobs:
135
uses: redhat-actions/s2i-build@v2
136
with:
137
path_context: ./server/db/config
138
- builder_image: 'quay.io/fedora/postgresql-12:12'
+ builder_image: 'quay.io/fedora/postgresql-12'
139
image: ghcr.io/${{ github.repository }}/aries-vcr-db
140
tags: ${{ steps.meta.outputs.version }}
141
0 commit comments