Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 3b4583e

Browse files
Bump docker/build-push-action from v1.1.0 to v2
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v1.1.0 to v2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Changelog](https://github.com/docker/build-push-action/blob/85d408708d8c09e8991e7b18899e77d7aee89287/CHANGELOG.md) - [Commits](docker/build-push-action@v1.1.0...85d4087) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76726fa commit 3b4583e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out the repo
1515
uses: actions/checkout@v2.3.1
1616
- name: Build and push Docker images
17-
uses: docker/build-push-action@v1.1.0
17+
uses: docker/build-push-action@v2
1818
with:
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)