Skip to content

Commit e96a933

Browse files
Update docker/build-push-action digest to 10e90e3 (#504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e34bad4 commit e96a933

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/docker/build-push-action
5353
- name: Build and push Docker image
5454
id: build-and-push
55-
uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e
55+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
5656
with:
5757
context: .
5858
load: true

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# https://github.com/docker/build-push-action
6464
- name: Build and push Docker image
6565
id: build-and-push
66-
uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e
66+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
6767
with:
6868
context: .
6969
push: true

0 commit comments

Comments
 (0)