[woodpecker] disable docker image generation as auth is broken for now
ci/woodpecker/pr/debug Pipeline was successful Details
ci/woodpecker/push/debug Pipeline was successful Details
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details
ci/woodpecker/deployment/debug Pipeline was successful Details
ci/woodpecker/deployment/release/3 Pipeline was successful Details
ci/woodpecker/deployment/release/1 Pipeline was successful Details
ci/woodpecker/deployment/release/4 Pipeline was successful Details
ci/woodpecker/deployment/release/2 Pipeline failed Details
ci/woodpecker/deployment/publish unknown status Details

This commit is contained in:
Alex 2024-02-08 18:27:33 +01:00
parent 8b6a44a53d
commit 4e62e86644
Signed by: lx
GPG Key ID: 0E496D15096376BE
2 changed files with 26 additions and 27 deletions

View File

@ -7,19 +7,6 @@ depends_on:
- release
steps:
- name: multiarch-docker
image: nixpkgs/nix:nixos-22.05
environment:
HOME: "/root"
secrets:
- docker_auth
commands:
- mkdir -p /root/.docker
- echo $DOCKER_AUTH > /root/.docker/config.json
- sha512sum /root/.docker/config.json
- export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
- nix-shell --attr release --run "multiarch_docker"
- name: refresh-index
image: nixpkgs/nix:nixos-22.05
secrets:
@ -31,3 +18,15 @@ steps:
- mkdir -p /etc/nix && cp nix/nix.conf /etc/nix/nix.conf
- nix-shell --attr release --run "refresh_index"
# - name: multiarch-docker
# image: nixpkgs/nix:nixos-22.05
# environment:
# HOME: "/root"
# secrets:
# - docker_auth
# commands:
# - mkdir -p /root/.docker
# - echo $DOCKER_AUTH > /root/.docker/config.json
# - sha512sum /root/.docker/config.json
# - export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
# - nix-shell --attr release --run "multiarch_docker"

View File

@ -53,17 +53,17 @@ steps:
commands:
- nix-shell --attr release --run "to_s3_woodpecker"
- name: docker build and publish
image: nixpkgs/nix:nixos-22.05
environment:
DOCKER_PLATFORM: "linux/${ARCH}"
CONTAINER_NAME: "dxflrs/${ARCH}_garage"
HOME: "/kaniko"
secrets:
- docker_auth
commands:
- mkdir -p /kaniko/.docker
- echo $DOCKER_AUTH > /kaniko/.docker/config.json
- sha512sum /kaniko/.docker/config.json
- export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
- nix-shell --attr release --run "to_docker"
# - name: docker build and publish
# image: nixpkgs/nix:nixos-22.05
# environment:
# DOCKER_PLATFORM: "linux/${ARCH}"
# CONTAINER_NAME: "dxflrs/${ARCH}_garage"
# HOME: "/kaniko"
# secrets:
# - docker_auth
# commands:
# - mkdir -p /kaniko/.docker
# - echo $DOCKER_AUTH > /kaniko/.docker/config.json
# - sha512sum /kaniko/.docker/config.json
# - export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
# - nix-shell --attr release --run "to_docker"