Update build.yml
This commit is contained in:
parent
d9c4b5d8d1
commit
708c6af66e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -51,6 +51,6 @@ jobs:
|
|||
name: Push to Gitlab mirror
|
||||
uses: wangchucheng/git-repo-sync@v0.1.0
|
||||
with:
|
||||
target-url: https://gitlab.com/kroese/docker-qemu.git
|
||||
target-username: kroese
|
||||
target-url: ${{ secrets.GITLAB_URL }}
|
||||
target-username: ${{ secrets.GITLAB_USERNAME }}
|
||||
target-token: ${{ secrets.GITLAB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue