changed location of psql-init folder
This commit is contained in:
parent
80a4a849f5
commit
53cb2363d6
|
@ -279,13 +279,13 @@ jobs:
|
||||||
- name: Get docker tag for psql-init image
|
- name: Get docker tag for psql-init image
|
||||||
id: psql-init
|
id: psql-init
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=IMAGE_TAG::$(awk -F '=' '/IMAGE_TAG/{print $2}' ./images/ckan/2.9/psql-init/Dockerfile)"
|
echo "::set-output name=IMAGE_TAG::$(awk -F '=' '/IMAGE_TAG/{print $2}' ./images/psql-init/Dockerfile)"
|
||||||
|
|
||||||
- name: Build and push psql-init
|
- name: Build and push psql-init
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./images/ckan/2.9/psql-init
|
context: ./images/psql-init
|
||||||
file: ./images/ckan/2.9/psql-init/Dockerfile
|
file: ./images/psql-init/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
keitaro/psql-init:${{ steps.psql-init.outputs.IMAGE_TAG }}
|
keitaro/psql-init:${{ steps.psql-init.outputs.IMAGE_TAG }}
|
||||||
|
|
Loading…
Reference in New Issue