From c153a0af330aa4bad9120010bfc1269982eaf992 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 26 Apr 2025 17:20:06 -0500 Subject: [PATCH] azure/setup-helm v4.3.0 --- .gitea/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index edbedb2..03194a2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -109,15 +109,14 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Docker build and push - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 - # v6.16.0 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - name: Setup Helm - uses: azure/setup-helm@v4.3.0 + uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0 - name: Publish Helm chart if: ${{ contains(github.ref, 'refs/tags/') }}