1
0

update image name published by ci pipeline

This commit is contained in:
James Brumond 2022-09-20 20:09:07 -07:00
parent f4970629b5
commit 6a8848ff23
Signed by: james
GPG Key ID: 24BA25B8B303B023

View File

@ -16,8 +16,8 @@ steps:
username: drone username: drone
password: password:
from_secret: gitea-internal-password from_secret: gitea-internal-password
repo: gitea.internal.example.com/docker repo: gitea.internal.example.com/examples/docker
cache_from: gitea.internal.example.com/docker:ci cache_from: gitea.internal.example.com/examples/docker:ci
build_args: ARCH=arm64 build_args: ARCH=arm64
tags: tags:
- "ci" - "ci"
@ -40,8 +40,8 @@ steps:
username: drone username: drone
password: password:
from_secret: gitea-internal-password from_secret: gitea-internal-password
repo: gitea.internal.example.com/docker repo: gitea.internal.example.com/examples/docker
cache_from: gitea.internal.example.com/docker:ci cache_from: gitea.internal.example.com/examples/docker:ci
build_args: ARCH=arm64 build_args: ARCH=arm64
tags: tags:
- "latest" - "latest"