.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
All checks were successful
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Successful in 1m39s
All checks were successful
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Successful in 1m39s
This commit is contained in:
@@ -28,20 +28,24 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
#- name: Build Linux ARM64 Docker Image
|
||||
# run: docker build -t gitea.penry.de/couchlog/linux-arm64:latest .
|
||||
- name: Build Linux ARM64 Docker Image
|
||||
run: |
|
||||
docker build \
|
||||
-t gitea.penry.de/couchlog/linux-arm64:latest \
|
||||
--label "org.opencontainers.image.source=https://gitea.penry.de/${{ github.repository }}" \
|
||||
.
|
||||
|
||||
- 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 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: Push
|
||||
run: docker push gitea.penry.de/couchlog/linux-arm64:latest
|
||||
|
||||
- name: Make Tar from image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user