This commit is contained in:
@@ -3,6 +3,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '0 9 * * 0'
|
# - cron: '0 9 * * 0'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# test:
|
# test:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ USER root
|
|||||||
|
|
||||||
RUN useradd -r -s /bin/bash -m velocitycmdb
|
RUN useradd -r -s /bin/bash -m velocitycmdb
|
||||||
|
|
||||||
RUN velocitycmdb
|
USER velocitycmdb
|
||||||
|
|
||||||
# Install as service account
|
# Install as service account
|
||||||
RUN pip install velocitycmdb
|
RUN pip install velocitycmdb
|
||||||
|
|||||||
Reference in New Issue
Block a user