chore: Update forgejo hostname.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-02-12 10:27:26 +13:00
parent a2c9e9b10a
commit 6a455313da

View file

@ -3,7 +3,7 @@ type: docker
name: default
steps:
- name: retrieve build cache
- name: retrieve build cache
image: meltwater/drone-cache
pull: true
environment:
@ -22,17 +22,17 @@ steps:
path-style: true
mount: .docker-build-cache
- name: build
- name: build
image: thegeeklab/drone-docker-buildx:24
privileged: true
settings:
username: james
password:
from_secret: REGISTRY_TOKEN
registry: code.harton.nz
repo: code.harton.nz/james/asdf_container
registry: harton.dev
repo: harton.dev/james/asdf_container
cache_from: 'type=local\\,src=.docker-build-cache'
cache_to: 'type=local,dest=.docker-build-cache'
cache_to: "type=local,dest=.docker-build-cache"
provenance: false
tags:
- latest
@ -40,7 +40,7 @@ steps:
- linux/arm64
- linux/amd64
- name: store build cache
- name: store build cache
image: meltwater/drone-cache
pull: true
environment: