Browse Source

build(deps): Bump docker/build-push-action from 2.9.0 to 2.10.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0)

---
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>
pull/8167/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
a872ed405c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/docker.yml

+ 1
- 1
.github/workflows/docker.yml View File

@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish to Docker Hub - name: Publish to Docker Hub
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with: with:
context: . context: .
file: ./DOCKER/Dockerfile file: ./DOCKER/Dockerfile


Loading…
Cancel
Save