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/proto-dockerfile.yml
|
@ -56,7 +56,7 @@ jobs: |
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
|
- name: Build and publish image |
|
|
- name: Build and publish image |
|
|
uses: docker/build-push-action@v2.7.0 |
|
|
|
|
|
|
|
|
uses: docker/build-push-action@v2.8.0 |
|
|
with: |
|
|
with: |
|
|
context: ./proto |
|
|
context: ./proto |
|
|
file: ./proto/Dockerfile |
|
|
file: ./proto/Dockerfile |
|
|