Skip to content

Commit 04e715b

Browse files
authored
Merge pull request #30 from etkecc/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7.1.0
2 parents 0f9f40b + 2751f97 commit 04e715b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
type=raw,value=latest,enable=${{ matrix.version.postgres == '' }}
5454
type=raw,value=${{ matrix.version.postgres }}-${{ env.borg_version }}-${{ env.borgmatic_version }},enable=${{ github.ref_name == 'main' }}
5555
- name: Build and push
56-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
56+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5757
with:
5858
platforms: linux/amd64,linux/arm64
5959
push: true
@@ -86,7 +86,7 @@ jobs:
8686
tags: |
8787
type=raw,value=latest,enable=${{ github.ref_name == 'main' }}
8888
- name: Build and push
89-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
89+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
9090
with:
9191
platforms: linux/amd64,linux/arm64
9292
push: true

0 commit comments

Comments
 (0)