Skip to content

Commit 71f420e

Browse files
build(deps): bump docker/build-push-action from v1 to v2.1.0 (#764)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1 to v2.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v1...6efc2b0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kyle Conroy <kyle@conroy.org>
1 parent 77d7071 commit 71f420e

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: docker/build-push-action@v1
15+
- uses: docker/build-push-action@v2.1.0
1616
with:
1717
username: kjconroy
1818
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)