Skip to content

Commit

Permalink
chore: revert build image
Browse files Browse the repository at this point in the history
Revert build image to default.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Nov 13, 2023
1 parent 3db80c7 commit 0f808a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0f808a5

Please sign in to comment.