chore(deps): update docker/build-push-action action to v7.2.0 #469

Merged
alexlebens merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-05-21 21:28:27 +00:00
Showing only changes of commit 3e25b27c46 - Show all commits
+2 -2
View File
@@ -213,7 +213,7 @@ jobs:
type=semver,pattern={{major}},value=${{ needs.semantic-release.outputs.new-release-version }}
- name: Build and Push Image
uses: docker/build-push-action@v7.1.0
uses: docker/build-push-action@v7.2.0
with:
context: .
push: true
@@ -317,7 +317,7 @@ jobs:
type=semver,pattern={{major}},value=${{ needs.semantic-release.outputs.new-release-version }}
- name: Build and Push Image
uses: docker/build-push-action@v7.1.0
uses: docker/build-push-action@v7.2.0
with:
context: .
push: true