Skip to content

Commit cbd34f4

Browse files
chore(deps): update docker/build-push-action digest to ee4ca42 (#424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4c5811 commit cbd34f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
2424
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
25-
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
25+
- uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
2626
with:
2727
context: .
2828
cache-from: type=gha

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}
4545
password: ${{ secrets.GITHUB_TOKEN }}
46-
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
46+
- uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
4747
with:
4848
context: .
4949
push: true

0 commit comments

Comments
 (0)