Skip to content

Commit 5bca8b0

Browse files
(chore): Update docker action tag (#165)
This commit updates the docker action tag to unblock the release workflow Existing error - https://github.com/llamastack/llama-stack-k8s-operator/actions/runs/17920005053/job/50952690570 Approved-by: nathan-weinberg Approved-by: derekhiggins
1 parent c1f55f4 commit 5bca8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
make image-build IMG=quay.io/llamastack/llama-stack-k8s-operator:v${{ env.operator_version }}
254254
255255
- name: Log in to Quay.io
256-
uses: docker/login-action@a26af69be951a213d495a4c3e4e4022e16d87065
256+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
257257
with:
258258
registry: quay.io
259259
username: ${{ secrets.APP_QUAY_USERNAME }}

0 commit comments

Comments
 (0)