fix(ci): use mirrored rust:alpine from private registry
- Change FROM rust:alpine to FROM registry.nxtgauge.com/rust:alpine - Fixes Docker Hub rate limiting/UNAUTHORIZED errors in Woodpecker builds - Requires manually pulling and pushing rust:alpine to registry.nxtgauge.com first
This commit is contained in:
parent
d08449185e
commit
09df0323f3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
ARG SERVICE_NAME
|
ARG SERVICE_NAME
|
||||||
|
|
||||||
FROM rust:alpine AS builder
|
FROM registry.nxtgauge.com/rust:alpine AS builder
|
||||||
ARG SERVICE_NAME
|
ARG SERVICE_NAME
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue