Update docker/build-push-action digest to 4fad532 (#1062)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-13 10:21:03 +01:00 committed by GitHub
parent 9ddd26b2a3
commit a76c5b224c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
if: steps.changed_files.outputs.any_modified == 'true' if: steps.changed_files.outputs.any_modified == 'true'
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 uses: docker/build-push-action@4fad532b9fdbfb80f436784834374a1c11834153
with: with:
context: dockerbuild context: dockerbuild
push: true push: true

View file

@ -35,7 +35,7 @@ jobs:
type=ref,event=branch type=ref,event=branch
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 uses: docker/build-push-action@4fad532b9fdbfb80f436784834374a1c11834153
with: with:
context: dockerbuild context: dockerbuild
push: true push: true