Skip to content

Commit b9110bc

Browse files
chore(deps): update docker/build-push-action digest to 0788c44
1 parent ba428f5 commit b9110bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Build and push Docker image (Production Release)
8888
id: build-and-push
89-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
89+
uses: docker/build-push-action@0788c444d8b4d67580213712e34a148cae3a6c4e
9090
with:
9191
context: .
9292
platforms: linux/amd64,linux/arm64,linux/arm/v7
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Build and push Docker image (Development Release)
136136
id: build-and-push
137-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
137+
uses: docker/build-push-action@0788c444d8b4d67580213712e34a148cae3a6c4e
138138
with:
139139
context: .
140140
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)