Switch to mirrorred images for Drone and Docker.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3df122cba7
commit
9da882eaca
10
.drone.yml
10
.drone.yml
@ -5,11 +5,11 @@ name: build
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0
|
||||||
settings:
|
settings:
|
||||||
username:
|
registry: code.pztrn.name
|
||||||
from_secret: dockerhub_user
|
username: drone
|
||||||
password:
|
password:
|
||||||
from_secret: dockerhub_password
|
from_secret: drone_secret
|
||||||
repo: pztrn/taskd
|
repo: code.pztrn.name/containers/taskd
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.12
|
FROM code.pztrn.name/containers/mirror/alpine:3.16.0
|
||||||
|
|
||||||
COPY ./taskd.sh /usr/bin
|
COPY ./taskd.sh /usr/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user