Skip to content

Commit

Permalink
Fix gh action build test
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 21, 2024
1 parent 7d610e8 commit 325288c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- 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
UNI_VERSION=$(grep CKAN_UNI_VERSION docker/ckan/files/env/base.env | cut -d '=' -f2)
echo "CKAN_UNI_VERSION found $UNI_VERSION"
echo "CKAN_UNI_VERSION=$UNI_VERSION" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -26,3 +28,4 @@ jobs:
push: false
env:
CKAN_UNI_VERSION: ${{ env.CKAN_UNI_VERSION }}
ENV_NAME: "gh-action"
Empty file.

0 comments on commit 325288c

Please sign in to comment.