|
|
@ -28,6 +28,10 @@ steps:
|
|
|
|
- echo "The url is $REGISTRY_URL"
|
|
|
|
- echo "The url is $REGISTRY_URL"
|
|
|
|
- echo "The url is ${REGISTRY_URL}"
|
|
|
|
- echo "The url is ${REGISTRY_URL}"
|
|
|
|
- echo "The url is $${REGISTRY_URL}"
|
|
|
|
- echo "The url is $${REGISTRY_URL}"
|
|
|
|
|
|
|
|
- export REPO_URL=$${REGISTRY_URL}/97waterpolo/aoc-2021-2-0821
|
|
|
|
|
|
|
|
- echo "The repo url is $REPO_URL"
|
|
|
|
|
|
|
|
- echo "The repo url is ${REPO_URL}"
|
|
|
|
|
|
|
|
- echo "The repo url is $${REPO_URL}"
|
|
|
|
|
|
|
|
|
|
|
|
- name: build-aoc-2021-2
|
|
|
|
- name: build-aoc-2021-2
|
|
|
|
image: plugins/docker
|
|
|
|
image: plugins/docker
|
|
|
@ -40,12 +44,14 @@ steps:
|
|
|
|
registry:
|
|
|
|
registry:
|
|
|
|
from_secret: gitea_registry_url
|
|
|
|
from_secret: gitea_registry_url
|
|
|
|
#repo: 192.168.68.63:3000/97waterpolo/aoc-2021-2-0821
|
|
|
|
#repo: 192.168.68.63:3000/97waterpolo/aoc-2021-2-0821
|
|
|
|
repo: $${REGISTRY_URL}/97waterpolo/aoc-2021-2-0821
|
|
|
|
repo: $${REPO_URL}/97waterpolo/aoc-2021-2-0821
|
|
|
|
dockerfile: AOC2021/Dockerfile
|
|
|
|
dockerfile: AOC2021/Dockerfile
|
|
|
|
insecure: true
|
|
|
|
insecure: true
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
REGISTRY_URL:
|
|
|
|
REGISTRY_URL:
|
|
|
|
from_secret: gitea_registry_url
|
|
|
|
from_secret: gitea_registry_url
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
|
|
|
- docker-tag-demo
|
|
|
|
|
|
|
|
|
|
|
|
- name: build-aoc-2021
|
|
|
|
- name: build-aoc-2021
|
|
|
|
image: plugins/docker
|
|
|
|
image: plugins/docker
|
|
|
|