Skip to content

Commit 6342291

Browse files
chore(deps): update docker/build-push-action digest to 10e90e3 (#740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d0482e commit 6342291

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3737

3838
- name: Build and push Docker image
39-
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
39+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
4040
with:
4141
context: .
4242
push: true

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2828

2929
- name: Build and push Docker image
30-
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
30+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
3131
with:
3232
tags: ${{ steps.meta.outputs.tags }}
3333
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)