Small fixes to gitea actions
Some checks failed
release / Build .NET Application (push) Failing after 5m39s
release / Build and push Docker image (push) Failing after 8m19s

This commit is contained in:
2025-01-04 15:30:32 +03:30
parent eb4160e207
commit eaf440c5ae

View File

@@ -29,7 +29,7 @@ jobs:
- name: Create tarball
run: tar -czvf publish.tar.gz -C bin/Release/net9.0/linux-x64/publish/ .
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: publish-tarball
path: publish.tar.gz
@@ -38,7 +38,6 @@ jobs:
docker:
name: Build and push Docker image
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- name: Setup Docker Buildx