Skip to content

Commit c09967d

Browse files
authored
Merge pull request #26 from dbca-wa/dependabot/github_actions/docker/build-push-action-7
[actions] Bump docker/build-push-action from 6 to 7
2 parents 61411b8 + feebc1b commit c09967d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/multi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
# The cache-from and cache-to options are used to enable caching for the build process.
132132
# The cache is stored in GitHub Actions cache and is scoped to the repository, branch, and platform.
133133
id: build
134-
uses: docker/build-push-action@v6
134+
uses: docker/build-push-action@v7
135135
env:
136136
DOCKER_BUILDKIT: 1
137137
with:

0 commit comments

Comments
 (0)