From 8e41d2b7b99eb02e443d37ec629a6c4c6e221ada Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 4 Dec 2022 19:57:12 +0200 Subject: [PATCH 1/3] Update SecurityContext --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4315990..e29a1a2 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,14 +17,14 @@ if [ -f /var/www/html/artisan ]; then cat > "$TASK" < Date: Sun, 4 Dec 2022 20:03:14 +0200 Subject: [PATCH 2/3] Update SecurityContext --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4dd7060..eb28434 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,14 +1,9 @@ -name: ci +name: Docker image build and Push Image to registry on: push: branches: - '**' - pull_request: - types: - - closed - branches: - - '**' env: #BRANCH_NAME: ${{ github.head_ref || github.ref_name }} From 899cc1c5acbb10a3c142c9b69d7a146acee1a0ff Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 5 Dec 2022 12:45:19 +0200 Subject: [PATCH 3/3] Fix Supervisor config --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e29a1a2..fccbba9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,9 +15,6 @@ if [ -f /var/www/html/artisan ]; then TASK=/etc/supervisor/conf.d/laravel-worker.conf touch $TASK cat > "$TASK" <