Skip to content

Commit ef0a4cd

Browse files
authored
Merge pull request #490 from compscidr/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents a715d62 + e630645 commit ef0a4cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# https://github.com/marketplace/actions/build-and-push-docker-images#Example-usage
5656
- name: Build and push tag
5757
id: docker_build
58-
uses: docker/build-push-action@v6
58+
uses: docker/build-push-action@v7
5959
with:
6060
push: true
6161
build-args: |

.github/workflows/release-untagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# https://github.com/marketplace/actions/build-and-push-docker-images#Example-usage
5656
- name: Build and push tag
5757
id: docker_build
58-
uses: docker/build-push-action@v6
58+
uses: docker/build-push-action@v7
5959
with:
6060
push: true
6161
build-args: |

0 commit comments

Comments
 (0)