chore: deactivated docker release workflow
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64
|
run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64
|
||||||
|
|
||||||
- name: Upload ARM64 artifact
|
- name: Upload ARM64 artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-arm64
|
name: linux-arm64
|
||||||
path: ./artifacts/linux-arm64
|
path: ./artifacts/linux-arm64
|
||||||
@@ -2,7 +2,7 @@ name: Build Docker Linux ARM64 Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
#types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker-linux-arm64-release:
|
build-docker-linux-arm64-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user