[Add dockerlazy build]
This commit is contained in:
@@ -3,16 +3,16 @@ name: ci/cd internal docker image
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*-dockerlazy'
|
||||
- '*-lazydocker'
|
||||
# schedule:
|
||||
# - cron: '0 8 2 * *'
|
||||
|
||||
env:
|
||||
GIT_REPO: dockerlazy
|
||||
DOCKER_IMAGE_NAME: dockerlazy
|
||||
GIT_REPO: lazydocker
|
||||
DOCKER_IMAGE_NAME: lazydocker
|
||||
|
||||
jobs:
|
||||
build-push-dockerlazy:
|
||||
build-push-lazydocker:
|
||||
#! see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
|
||||
|
||||
# pull-up-dockerlazy:
|
||||
# pull-up-lazydocker:
|
||||
# #! see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
||||
# runs-on: ubuntu-latest
|
||||
# container:
|
||||
|
||||
Reference in New Issue
Block a user