.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 7m47s
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Failing after 7m47s
This commit is contained in:
@@ -10,7 +10,8 @@ jobs:
|
||||
- name: Install packages
|
||||
run: apk add --no-cache git curl wget unzip bash nodejs npm docker
|
||||
|
||||
- uses: docker/login-action@v3
|
||||
- name: Login to own image registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: https://192.168.178.45:3000
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
@@ -24,8 +25,14 @@ jobs:
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Linux ARM64 Docker Image
|
||||
run: docker build -t gitea.penry.de/couchlog/linux-arm64 .
|
||||
#- name: Build Linux ARM64 Docker Image
|
||||
# run: docker build -t gitea.penry.de/couchlog/linux-arm64 .
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: penry/couchlog:latest
|
||||
|
||||
- name: Make Tar from image
|
||||
run: docker save -o couchlog-linux-arm64.tar gitea.penry.de/couchlog/linux-arm64
|
||||
|
||||
Reference in New Issue
Block a user