Skip to content

Commit 271267a

Browse files
Bump docker/build-push-action from 6.19.2 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.2...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdb6c10 commit 271267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build and push Taskwarrior Docker image
4646
id: build-and-push
47-
uses: docker/build-push-action@v6.19.2
47+
uses: docker/build-push-action@v7.0.0
4848
with:
4949
context: .
5050
file: "./docker/task.dockerfile"

0 commit comments

Comments
 (0)