Skip to content

Commit 37711f8

Browse files
authored
Merge pull request #24 from etkecc/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents 599507e + 9d619e4 commit 37711f8

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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
56+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
89+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
9090
with:
9191
platforms: linux/amd64,linux/arm64
9292
push: true

0 commit comments

Comments
 (0)