Skip to content

Commit

Permalink
fix env vaer
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 21, 2024
1 parent e3b7df0 commit cd1f2b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Read CKAN_UNI_VERSION from docker/ckan/files/env/base.env
id: read_version
run: |
echo "CKAN_UNI_VERSION=$(grep CKAN_UNI_VERSION docker/ckan/files/env/base.env | cut -d '=' -f2)" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Build develop UNCKAN ver ${{ CKAN_UNI_VERSION }}
uses: docker/build-push-action@v2
with:
context: docker/ckan
file: docker/ckan/Dockerfile
push: false
env:
CKAN_UNI_VERSION: ${{ env.CKAN_UNI_VERSION }}

0 comments on commit cd1f2b2

Please sign in to comment.