From 0f808a536a4483a3990e63625e9accf9e6963384 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 13 Nov 2023 18:41:49 +0530 Subject: [PATCH] chore: revert build image Revert build image to default. Signed-off-by: Noel Georgi --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 14b3860..a9c51ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: setup-ci - image: ghcr.io/frezbo/build-container:latest + image: autonomy/build-container:latest commands: - git fetch --tags - install-ci-key @@ -20,7 +20,7 @@ steps: path: /root/.docker/buildx - name: build-dry-run - image: ghcr.io/frezbo/build-container:latest + image: autonomy/build-container:latest pull: always volumes: - name: docker-socket @@ -35,7 +35,7 @@ steps: - pull_request - name: build-and-push - image: ghcr.io/frezbo/build-container:latest + image: autonomy/build-container:latest pull: always volumes: - name: docker-socket