update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m55s
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m55s
This commit is contained in:
parent
066f817a16
commit
1ec1b16b13
@ -23,6 +23,10 @@ jobs:
|
|||||||
run: dotnet test --no-restore --verbosity normal
|
run: dotnet test --no-restore --verbosity normal
|
||||||
- name: List files in the repos
|
- name: List files in the repos
|
||||||
run: ls ${{ gitea.workspace }}/dst
|
run: ls ${{ gitea.workspace }}/dst
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to Aliyun Container Registry
|
- name: Login to Aliyun Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user