Skip to content

Commit 3d0482e

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

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@263435318d21b8e681c14492fe198d362a7d2c83 # v6
39+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # 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@263435318d21b8e681c14492fe198d362a7d2c83 # v6
30+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
3131
with:
3232
tags: ${{ steps.meta.outputs.tags }}
3333
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)