Skip to content

Commit

Permalink
fix(ci): apisix should rely on apisix-base instead of openresty (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan authored Sep 7, 2023
1 parent 85dda18 commit 4158894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo build ${TAG_TYPE} deb package
echo version ${TAG_VERSION}
make package type=deb app=${TAG_TYPE} checkout=${TAG_VERSION} version=${TAG_VERSION} image_base=${VAR_OS} image_tag=${VAR_OS_RELEASE}
make package type=deb app=${TAG_TYPE} checkout=${TAG_VERSION} version=${TAG_VERSION} image_base=${VAR_OS} image_tag=${VAR_OS_RELEASE} openresty=apisix-base
mv ./output/${TAG_TYPE}_${TAG_VERSION}-0~${VAR_OS}${VAR_OS_RELEASE}_amd64.deb ${VAR_DEB_WORKBENCH_DIR}
- name: Upload apisix/apisix-base Artifact
Expand Down

0 comments on commit 4158894

Please sign in to comment.