Update docker/build-push-action digest to 2eb1c19 (#1009)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-27 12:27:16 +01:00 committed by GitHub
parent 0fc4fb470c
commit ae2076d2f7
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
if: steps.changed_files.outputs.any_modified == 'true'
uses: docker/build-push-action@f9efed53cc1b0364ba947400ac02042bbbaac7fc
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
with:
context: dockerbuild
push: true

View file

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