Browse Source

Bump docker/build-push-action from 2 to 2.4.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/2813/head
dependabot[bot] 3 years ago
committed by Max Lv
parent
commit
ada0bae70a
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -43,7 +43,7 @@ jobs:
esac;
- name: build & push image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
context: .
file: docker/alpine/Dockerfile

Loading…
Cancel
Save