This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new dc4040c Update build.yml (#180)
dc4040c is described below
commit dc4040cf91451ed5caa864ad74bf7675be99a501
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jan 7 20:04:45 2024 -0800
Update build.yml (#180)
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8bfb176..e38748e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
- python-version: '3.7'
+ python-version: '3.7.16'
- name: Build ATS Alpine
run: docker build -t ats-ingress .