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,58 +3,58 @@ type: docker
name: default name: default
steps: steps:
- name: retrieve build cache - name: retrieve build cache
image: meltwater/drone-cache image: meltwater/drone-cache
pull: true pull: true
environment: environment:
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID:
from_secret: ACCESS_KEY_ID from_secret: ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: AWS_SECRET_ACCESS_KEY:
from_secret: SECRET_ACCESS_KEY from_secret: SECRET_ACCESS_KEY
AWS_PLUGIN_PATH_STYLE: true AWS_PLUGIN_PATH_STYLE: true
settings: settings:
restore: true restore: true
endpoint: endpoint:
from_secret: S3_ENDPOINT from_secret: S3_ENDPOINT
bucket: bucket:
from_secret: CACHE_BUCKET from_secret: CACHE_BUCKET
region: us-east-1 region: us-east-1
path-style: true path-style: true
mount: .docker-build-cache mount: .docker-build-cache
- name: build - name: build
image: thegeeklab/drone-docker-buildx:24 image: thegeeklab/drone-docker-buildx:24
privileged: true privileged: true
settings: settings:
username: james username: james
password: password:
from_secret: REGISTRY_TOKEN from_secret: REGISTRY_TOKEN
registry: code.harton.nz registry: harton.dev
repo: code.harton.nz/james/asdf_container repo: harton.dev/james/asdf_container
cache_from: 'type=local\\,src=.docker-build-cache' 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 provenance: false
tags: tags:
- latest - latest
platforms: platforms:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64
- name: store build cache - name: store build cache
image: meltwater/drone-cache image: meltwater/drone-cache
pull: true pull: true
environment: environment:
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID:
from_secret: ACCESS_KEY_ID from_secret: ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: AWS_SECRET_ACCESS_KEY:
from_secret: SECRET_ACCESS_KEY from_secret: SECRET_ACCESS_KEY
AWS_PLUGIN_PATH_STYLE: true AWS_PLUGIN_PATH_STYLE: true
settings: settings:
rebuild: true rebuild: true
endpoint: endpoint:
from_secret: S3_ENDPOINT from_secret: S3_ENDPOINT
bucket: bucket:
from_secret: CACHE_BUCKET from_secret: CACHE_BUCKET
region: us-east-1 region: us-east-1
path-style: true path-style: true
mount: .docker-build-cache mount: .docker-build-cache