Skip to content

Commit

Permalink
chore(ci): pin kbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayocream authored and dndx committed Jan 6, 2023
1 parent e0999d3 commit c28de22
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ jobs:

env:
DOWNLOAD_ROOT: $HOME/download-root
KONG_NGINX_MODULE_BRANCH: 0.2.1

steps:
- name: Checkout Kong source code
uses: actions/checkout@v3

- name: Set environment variables
run: |
grep -v '^#' .requirements >> $GITHUB_ENV
echo "INSTALL_ROOT=$HOME/install-root" >> $GITHUB_ENV
echo "DOWNLOAD_ROOT=$HOME/download-root" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$INSTALL_ROOT/openssl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Checkout Kong source code
uses: actions/checkout@v3
- name: Lookup build cache
uses: actions/cache@v3
Expand All @@ -32,7 +33,7 @@ jobs:
with:
repository: Kong/kong-build-tools
path: kong-build-tools
ref: master
ref: ${{ env.KONG_BUILD_TOOLS_VERSION }}

- name: Checkout go-pluginserver
if: steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

3 comments on commit c28de22

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.0.x-apk
Artifacts availabe https://github.com/Kong/kong/actions/runs/3853704821

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.0.x-deb
Artifacts availabe https://github.com/Kong/kong/actions/runs/3853704821

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.0.x-rpm
Artifacts availabe https://github.com/Kong/kong/actions/runs/3853704821

Please sign in to comment.