Merge pull request #7506 from sjackman/docker

docker.yml: Set persist-credentials: false
This commit is contained in:
Shaun Jackman 2020-05-04 16:46:18 -07:00 committed by GitHub
commit e10e955525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,10 +18,9 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Configure Git
run: |
git config --unset "http.https://github.com/.extraheader"
git fetch origin master
persist-credentials: false
- name: Fetch origin/master from Git
run: git fetch origin master
- name: Build Docker image
run: docker build -t brew --build-arg=version=${{matrix.version}} .
- name: Run brew test-bot