dependabot[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
5 deletions
-
.github/workflows/linter.yml
-
.github/workflows/proto-dockerfile.yml
|
|
@ -3,12 +3,8 @@ on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
paths: |
|
|
|
- "**.md" |
|
|
|
pull_request: |
|
|
|
branches: [master] |
|
|
|
paths: |
|
|
|
- "**.md" |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v1.6.0 |
|
|
|
|
|
|
|
- name: Log in to the container registry |
|
|
|
uses: docker/login-action@v1.10.0 |
|
|
|
uses: docker/login-action@v1.11.0 |
|
|
|
with: |
|
|
|
registry: ${{ env.REGISTRY }} |
|
|
|
username: ${{ github.actor }} |
|
|
|