Skip to content

Commit

Permalink
CI: Support easily building on other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Feb 13, 2024
1 parent 40ed9f5 commit c7ca103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wkdev-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
tag_name="${GITHUB_BASE_REF}"
fi
echo "WKDEV_SDK_TAG=${tag_name}" >> "${GITHUB_OUTPUT}"
echo "WKDEV_SDK_CONTAINER_REGISTRY_USER_NAME=${GITHUB_REPOSITORY_OWNER}" >> "${GITHUB_OUTPUT}"
- name: Increase storage space
uses: easimon/maximize-build-space@master
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
tag_name="${GITHUB_BASE_REF}"
fi
echo "WKDEV_SDK_TAG=${tag_name}" >> "${GITHUB_OUTPUT}"
echo "WKDEV_SDK_CONTAINER_REGISTRY_USER_NAME=${GITHUB_REPOSITORY_OWNER}" >> "${GITHUB_OUTPUT}"
- name: Install podman
uses: gacts/install-podman@v1
Expand Down

0 comments on commit c7ca103

Please sign in to comment.