Skip to content

Commit 12c6bdf

Browse files
Update docker/build-push-action digest to cb8fc75
1 parent 459cefb commit 12c6bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Build and push Docker image to both registries
9999
id: build-and-push-base
100-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
100+
uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
101101
with:
102102
context: .
103103
file: base.Dockerfile
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Build and push Docker image to both registries
111111
id: build-and-push
112-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
112+
uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
113113
with:
114114
context: .
115115
file: Dockerfile

0 commit comments

Comments
 (0)