Merge pull request #18 from jcreek/dependabot/github_actions/docker/build-push-action-7

build(deps): bump docker/build-push-action from 6 to 7
This commit is contained in:
Josh Creek
2026-03-12 23:51:48 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
type=sha,prefix=sha- type=sha,prefix=sha-
- name: Build (PR validation only) - name: Build (PR validation only)
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
file: Dockerfile file: Dockerfile
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
type=sha,prefix=sha- type=sha,prefix=sha-
- name: Build and push release image - name: Build and push release image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
file: Dockerfile file: Dockerfile