Skip to content

Commit 4f78421

Browse files
Bump docker/build-push-action from 1.1.0 to 2.4.0 (zu1k#18)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1.1.0 to 2.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Upgrade guide](https://github.com/docker/build-push-action/blob/master/UPGRADE.md) - [Commits](docker/build-push-action@v1.1.0...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87f1fff commit 4f78421

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
uses: actions/checkout@v2.3.2
1313

1414
- name: Build and push Docker images
15-
uses: docker/build-push-action@v1.1.0
15+
uses: docker/build-push-action@v2.4.0
1616
with:
1717
username: zu1k
1818
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)