Skip to content

Commit

Permalink
changed location of psql-init folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadica Rizova committed Jul 3, 2023
1 parent 80a4a84 commit 53cb236
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@ jobs:
- name: Get docker tag for psql-init image
id: psql-init
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
uses: docker/build-push-action@v2
with:
context: ./images/ckan/2.9/psql-init
file: ./images/ckan/2.9/psql-init/Dockerfile
context: ./images/psql-init
file: ./images/psql-init/Dockerfile
push: true
tags: |
keitaro/psql-init:${{ steps.psql-init.outputs.IMAGE_TAG }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 53cb236

Please sign in to comment.