chore(github-action): update docker/build-push-action digest to 2634353 (#35607)

This commit is contained in:
TrueCharts Bot
2025-05-28 20:22:20 +02:00
committed by GitHub
parent fb56c5e202
commit 123b4ee4e9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ jobs:
# Creates a local build to run tests on
- name: Build and Load local test-container
if: ${{ steps.prep.outputs.goss == 'true' }}
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
with:
build-args: |
VERSION=${{ steps.prep.outputs.version }}
@@ -268,7 +268,7 @@ jobs:
# Push if not a PR, otherwise just test the build process for all requested platforms
- name: Build and Push
id: push
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
with:
build-args: |
VERSION=${{ steps.prep.outputs.version }}
@@ -34,7 +34,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
with:
context: .
push: true