Skip to content

Commit f83c752

Browse files
chore(deps): update docker/build-push-action digest to b16f42f
1 parent b4fb931 commit f83c752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
password: ${{ secrets.GITHUB_TOKEN }}
8989

9090
- name: Build and push Docker image
91-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
91+
uses: docker/build-push-action@b16f42f92abaeb7610fd7fc99ab230d13e79e275
9292
with:
9393
context: .
9494
push: ${{ github.ref == 'refs/heads/main' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
37+
uses: docker/build-push-action@b16f42f92abaeb7610fd7fc99ab230d13e79e275
3838
with:
3939
context: .
4040
build-args: |

0 commit comments

Comments
 (0)