Compare commits
1 Commits
0.0.1-dock
...
0.0.2-dock
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fcd604e04 |
@@ -3,16 +3,16 @@ name: ci/cd internal docker image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*-dockerlazy'
|
- '*-lazydocker'
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '0 8 2 * *'
|
# - cron: '0 8 2 * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GIT_REPO: dockerlazy
|
GIT_REPO: lazydocker
|
||||||
DOCKER_IMAGE_NAME: dockerlazy
|
DOCKER_IMAGE_NAME: lazydocker
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-push-dockerlazy:
|
build-push-lazydocker:
|
||||||
#! see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
#! see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
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)
|
# #! see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# container:
|
# container:
|
||||||
|
|||||||
Reference in New Issue
Block a user