Skip to content

Commit e948b85

Browse files
Update docker/build-push-action digest to b66d877 (#514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d6b915 commit e948b85

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@de308676347136a77704e0f257298c8f1b30054f
55+
uses: docker/build-push-action@b66d8774c665b789105b440514f0c97e6f19b06f
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@de308676347136a77704e0f257298c8f1b30054f
66+
uses: docker/build-push-action@b66d8774c665b789105b440514f0c97e6f19b06f
6767
with:
6868
context: .
6969
push: true

0 commit comments

Comments
 (0)