.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 1m0s
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 1m0s
This commit is contained in:
@@ -28,14 +28,20 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/arm64
|
||||
push: true
|
||||
tags: gitea.penry.de/couchlog/linux-arm64:latest
|
||||
load: true
|
||||
- name: Build Linux ARM64 Docker Image
|
||||
run: docker build -t gitea.penry.de/couchlog/linux-arm64:latest .
|
||||
|
||||
#- name: Build and Push Image
|
||||
# uses: docker/build-push-action@v6
|
||||
# with:
|
||||
# context: .
|
||||
# platforms: linux/arm64
|
||||
# push: true
|
||||
# tags: gitea.penry.de/couchlog/linux-arm64:latest
|
||||
# load: true
|
||||
|
||||
- name: Push
|
||||
run: docker push gitea.penry.de/couchlog/linux-arm64:latest
|
||||
|
||||
- name: Make Tar from image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user