Skip to content

Commit 4e93b6f

Browse files
committed
Update docker/build-push-action digest to 7e6f776
1 parent ad4b80f commit 4e93b6f

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

0 commit comments

Comments
 (0)