Merge pull request 'chore(deps): update docker/build-push-action action to v7.4.0' (#30) from renovate/docker-build-push-action-7.x into master
Main - Docker Build, Push & Tag / hadolint (push) Successful in 10s
Main - Docker Build, Push & Tag / build-push (push) Successful in 56s
Renovate / renovate (push) Successful in 49s
Main - Docker Build, Push & Tag / tag (push) Failing after 8s

This commit was merged in pull request #30.
This commit is contained in:
2026-09-17 05:32:44 -04:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
type=sha type=sha
- name: Build and push - name: Build and push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
push: true push: true
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
push: true push: true
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
- name: Build - name: Build
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
push: false push: false
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
type=ref,event=tag type=ref,event=tag
- name: Build and push - name: Build and push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
push: true push: true