Skip to content

Commit f126808

Browse files
build(deps): bump docker/build-push-action from 2.5.0 to 2.6.1 (#1073)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffdca60 commit f126808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
username: kjconroy
2020
password: ${{ secrets.DOCKER_PASSWORD }}
21-
- uses: docker/build-push-action@v2.5.0
21+
- uses: docker/build-push-action@v2.6.1
2222
with:
2323
context: .
2424
file: ./Dockerfile

0 commit comments

Comments
 (0)