Compare commits

...

1 Commits

Author SHA1 Message Date
2fcd604e04 [Add dockerlazy build] 2025-08-31 19:21:52 +02:00

View File

@@ -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: