Update .github/workflows/.github-ci.yaml
All checks were successful
ci / build (push) Successful in 4m38s
All checks were successful
ci / build (push) Successful in 4m38s
This commit is contained in:
parent
64ccd05681
commit
1d5fedb0e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/.github-ci.yaml
vendored
2
.github/workflows/.github-ci.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ steps.repository.outputs.registry }}
|
registry: ${{ steps.repository.outputs.registry }}
|
||||||
username: ${{ github.repository }}
|
username: ${{ secrets.PACKAGES_USER }}
|
||||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
|
|
Loading…
Reference in a new issue