We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f55f4 commit 5bca8b0Copy full SHA for 5bca8b0
.github/workflows/generate-release.yml
@@ -253,7 +253,7 @@ jobs:
253
make image-build IMG=quay.io/llamastack/llama-stack-k8s-operator:v${{ env.operator_version }}
254
255
- name: Log in to Quay.io
256
- uses: docker/login-action@a26af69be951a213d495a4c3e4e4022e16d87065
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
257
with:
258
registry: quay.io
259
username: ${{ secrets.APP_QUAY_USERNAME }}
0 commit comments