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