[ci] use host buildx config
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
parent
7090b8adf1
commit
89a74f653a
1 changed files with 7 additions and 0 deletions
7
.github/workflows/pull-requests.yaml
vendored
7
.github/workflows/pull-requests.yaml
vendored
|
|
@ -32,7 +32,14 @@ jobs:
|
|||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Set up Docker config
|
||||
run: |
|
||||
if [ -d ~/.docker ]; then
|
||||
cp -r ~/.docker "${{ runner.temp }}/.docker"
|
||||
fi
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.OCIR_USER}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue