1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00

Bump docker/build-push-action from 2.4.0 to 2.6.1 (#52)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.4.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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-30 19:25:43 +08:00 committed by GitHub
parent 833763e385
commit 6b3ccc32a8

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: Build and push Docker images
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.6.1
with:
username: zu1k
password: ${{ secrets.GITHUB_TOKEN }}