Browse Source

build(deps): Bump docker/build-push-action from 2.8.0 to 2.9.0 (#7780)

pull/7783/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
a9fa2ac5f9
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 }}
- 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


Loading…
Cancel
Save