This is an automated email from the ASF dual-hosted git repository.
shukitchan 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 f5ee0fb Update docker/login-action version in build.yml (#372)
f5ee0fb is described below
commit f5ee0fbd66db917932b9d483ecac73d6d437cb32
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jul 5 16:49:38 2026 -0700
Update docker/login-action version in build.yml (#372)
---
.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 6c4ca20..0531257 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
- name: Log in to the Container registry
if: github.repository == 'apache/trafficserver-ingress-controller'
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}