update ci
Release Docker Image / build-and-push (release) Failing after 59s
Release NuGet Packages / pack-and-push (release) Failing after 8s

This commit is contained in:
2026-05-20 13:19:57 +03:30
parent 43505e0dff
commit 187b6163c9
2 changed files with 11 additions and 5 deletions
+9
View File
@@ -14,11 +14,20 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
container:
image: mcr-mirror.liara.ir/dotnet/sdk:10.0
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Docker CLI
shell: bash
run: |
set -euo pipefail
apt-get update
apt-get install -y docker.io
- name: Login to Harbor
shell: bash
env: