From 6262ca669208038c27c7a6897775a838d997ec2c Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 7 Apr 2025 11:31:32 +0100 Subject: [PATCH] chore: removed digest Signed-off-by: Alex Jones --- .github/workflows/build_container.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index ec9b169..abcd534 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -117,6 +117,8 @@ jobs: tags: | ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} labels: ${{ steps.meta.outputs.labels }} + secrets: | + GIT_AUTH_TOKEN=${{ secrets.K8SGPT_BOT_SECRET }} outputs: type=image,push=true merge: