Skip to content

Commit c1ff69d

Browse files
authored
Merge pull request #19 from 0dragosh/renovate/docker-build-push-action-7.x
chore(deps): update docker/build-push-action action to v7
2 parents 53bc2bf + 8496385 commit c1ff69d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Build and push by digest
142142
id: build
143-
uses: docker/build-push-action@v6
143+
uses: docker/build-push-action@v7
144144
with:
145145
context: .
146146
platforms: ${{ matrix.platform }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
latest
8787
8888
- name: Build and push Docker image
89-
uses: docker/build-push-action@v6
89+
uses: docker/build-push-action@v7
9090
with:
9191
context: .
9292
push: true

0 commit comments

Comments
 (0)