You've already forked php-auth
generated from siteworxpro/Php-Template
Basics of auth
All checks were successful
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m19s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m10s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m23s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m14s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m14s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 44s
All checks were successful
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m19s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m10s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m23s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m14s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m14s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 44s
This commit is contained in:
@@ -10,10 +10,6 @@ jobs:
|
|||||||
name: 🖥️ 🔨 Build
|
name: 🖥️ 🔨 Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🛡️ 🔒 Add Siteworx CA Certificates
|
|
||||||
run: |
|
|
||||||
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
|
|
||||||
update-ca-certificates
|
|
||||||
|
|
||||||
- name: 📖 🔍 Checkout Repository Code
|
- name: 📖 🔍 Checkout Repository Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -41,7 +37,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: siteworxpro/template:${{ gitea.ref_name }}
|
tags: siteworxpro/oauth:${{ gitea.ref_name }}
|
||||||
|
|
||||||
Build-Migrations:
|
Build-Migrations:
|
||||||
needs:
|
needs:
|
||||||
@@ -49,11 +45,6 @@ jobs:
|
|||||||
name: 🖥️ 🔨 Build Migrations
|
name: 🖥️ 🔨 Build Migrations
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🛡️ 🔒 Add Siteworx CA Certificates
|
|
||||||
run: |
|
|
||||||
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
|
|
||||||
update-ca-certificates
|
|
||||||
|
|
||||||
- name: 🔑 🔐 Login to Docker Hub
|
- name: 🔑 🔐 Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@@ -76,4 +67,4 @@ jobs:
|
|||||||
provenance: true
|
provenance: true
|
||||||
context: .
|
context: .
|
||||||
file: migrations.Dockerfile
|
file: migrations.Dockerfile
|
||||||
tags: siteworxpro/template:${{ gitea.ref_name }}-migrations
|
tags: siteworxpro/oauth:${{ gitea.ref_name }}-migrations
|
||||||
Reference in New Issue
Block a user