aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/release.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/release.yaml')
-rw-r--r--.woodpecker/release.yaml26
1 files changed, 12 insertions, 14 deletions
diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml
index e5db48b8..8f19be82 100644
--- a/.woodpecker/release.yaml
+++ b/.woodpecker/release.yaml
@@ -56,17 +56,15 @@ steps:
commands:
- nix-shell --attr ci --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 ci --run "to_docker"
+ - name: docker build and publish
+ image: nixpkgs/nix:nixos-22.05
+ environment:
+ DOCKER_PLATFORM: "linux/${ARCH}"
+ CONTAINER_NAME: "dxflrs/${ARCH}_garage"
+ secrets:
+ - docker_auth
+ commands:
+ - mkdir -p /root/.docker
+ - echo $DOCKER_AUTH > /root/.docker/config.json
+ - export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
+ - nix-shell --attr ci --run "to_docker"