Added a new tag for all images.
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:
@@ -19,10 +19,10 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: gitea-password
|
from_secret: gitea-password
|
||||||
repo: ${DRONE_REPO_LINK:8}/ubuntu-22.04
|
repo: ${DRONE_REPO_LINK:8}/ubuntu-22.04
|
||||||
|
extra_tags:
|
||||||
|
- ${DRONE_REPO_LINK:8}:22.04
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
- UBUNTU_VER
|
- UBUNTU_VER
|
||||||
extra_tags:
|
|
||||||
- ${DRONE_REPO_LINK:8}:${UBUNTU_VER}
|
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
@@ -41,6 +41,8 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
<<: *settings
|
<<: *settings
|
||||||
repo: ${DRONE_REPO_LINK:8}/ubuntu-20.04
|
repo: ${DRONE_REPO_LINK:8}/ubuntu-20.04
|
||||||
|
extra_tags:
|
||||||
|
- ${DRONE_REPO_LINK:8}:20.04
|
||||||
|
|
||||||
- name: ubuntu_18
|
- name: ubuntu_18
|
||||||
image: thegeeklab/drone-docker-buildx:23
|
image: thegeeklab/drone-docker-buildx:23
|
||||||
@@ -49,3 +51,5 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
<<: *settings
|
<<: *settings
|
||||||
repo: ${DRONE_REPO_LINK:8}/ubuntu-18.04
|
repo: ${DRONE_REPO_LINK:8}/ubuntu-18.04
|
||||||
|
extra_tags:
|
||||||
|
- ${DRONE_REPO_LINK:8}:18.04
|
||||||
|
|||||||
Reference in New Issue
Block a user