azure/setup-helm v4.3.0
All checks were successful
Gitea Actions Demo / lint (push) Successful in 2m45s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / docker (push) Successful in 4m35s

This commit is contained in:
Ryan Cavicchioni 2025-04-26 17:20:06 -05:00
parent d6d129bb69
commit c153a0af33
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -109,15 +109,14 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker build and push - name: Docker build and push
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
# v6.16.0
with: with:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Setup Helm - name: Setup Helm
uses: azure/setup-helm@v4.3.0 uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
- name: Publish Helm chart - name: Publish Helm chart
if: ${{ contains(github.ref, 'refs/tags/') }} if: ${{ contains(github.ref, 'refs/tags/') }}