From 7d67354b9652584489b087e2c374950cac82dd6e Mon Sep 17 00:00:00 2001 From: Shy Date: Wed, 22 Jan 2025 21:32:54 -0500 Subject: [PATCH] Update CI build config --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 030397e..aaa961a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: simon987/sist2-build + image: sist2app/sist2-build commands: - ./scripts/build.sh - name: scp files @@ -34,7 +34,7 @@ steps: from_secret: DOCKER_USER password: from_secret: DOCKER_PASSWORD - repo: simon987/sist2 + repo: sist2app/sist2 context: ./ dockerfile: ./Dockerfile auto_tag: true @@ -53,7 +53,7 @@ platform: steps: - name: build - image: simon987/sist2-build-arm64 + image: sist2app/sist2-build-arm64 commands: - ./scripts/build_arm64.sh - name: scp files @@ -78,7 +78,7 @@ steps: from_secret: DOCKER_USER password: from_secret: DOCKER_PASSWORD - repo: simon987/sist2 + repo: sist2app/sist2 context: ./ dockerfile: ./Dockerfile.arm64 auto_tag: true