Update docker/build-push-action digest to eafaea8 (#636)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-27 09:38:24 +01:00 committed by GitHub
parent 9f611a94e1
commit 02bd6e7690
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@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@eafaea8d0f5853934deece2ffa67af59d936562b
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@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@eafaea8d0f5853934deece2ffa67af59d936562b
with:
context: dockerbuild
push: true