Skip to content

Commit bdafd1f

Browse files
chore(deps): update docker/build-push-action digest to 806c751
1 parent 3db7a37 commit bdafd1f

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@ee4ca427a2f43b6a16632044ca514c076267da23
89+
uses: docker/build-push-action@806c75105a1251cac8905df5dd4723b33174552c
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@ee4ca427a2f43b6a16632044ca514c076267da23
137+
uses: docker/build-push-action@806c75105a1251cac8905df5dd4723b33174552c
138138
with:
139139
context: .
140140
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)