chore(deps): update docker/build-push-action action to v7.2.0
test-build / build (push) Successful in 54s
test-build / guarddog (push) Successful in 1m4s

This commit is contained in:
2026-05-21 18:01:50 +00:00
committed by Alex Lebens
parent 4aea2883b6
commit efbd358a22
+2 -2
View File
@@ -192,7 +192,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
@@ -296,7 +296,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