From 81a2bbb7b93f3044cb9634f11e95b7a790c69d0d Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Sat, 8 Aug 2026 10:15:54 -0500 Subject: [PATCH] chore: update infra-gha to 0.8.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43d369e..4e09571 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - release - docker if: ${{ needs.release.outputs.new-release-published == 'true' }} - uses: glitchedmob/infra-gha/.github/workflows/kustomize-image-pr.yml@v0.8.0 + uses: glitchedmob/infra-gha/.github/workflows/kustomize-image-pr.yml@v0.8.1 with: deployment-repository: sgfdevs/infra-k8s-apps kustomization-path: src/k8s/apps/sgf.dev/staging @@ -70,7 +70,7 @@ jobs: - docker - promote-staging if: ${{ needs.release.outputs.new-release-published == 'true' }} - uses: glitchedmob/infra-gha/.github/workflows/kustomize-image-pr.yml@v0.8.0 + uses: glitchedmob/infra-gha/.github/workflows/kustomize-image-pr.yml@v0.8.1 with: deployment-repository: sgfdevs/infra-k8s-apps kustomization-path: src/k8s/apps/sgf.dev/production