Browse Source
build(deps): Bump docker/build-push-action from 2.8.0 to 2.9.0 (#7780)
pull/7783/head
dependabot[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/docker.yml
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Publish to Docker Hub |
|
|
|
uses: docker/build-push-action@v2.8.0 |
|
|
|
uses: docker/build-push-action@v2.9.0 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: ./DOCKER/Dockerfile |
|
|
|