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
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: actions/checkout@v2
|
||||
@@ -41,7 +37,7 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
dockerfile: Dockerfile
|
||||
tags: siteworxpro/template:${{ gitea.ref_name }}
|
||||
tags: siteworxpro/oauth:${{ gitea.ref_name }}
|
||||
|
||||
Build-Migrations:
|
||||
needs:
|
||||
@@ -49,11 +45,6 @@ jobs:
|
||||
name: 🖥️ 🔨 Build Migrations
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@@ -76,4 +67,4 @@ jobs:
|
||||
provenance: true
|
||||
context: .
|
||||
file: migrations.Dockerfile
|
||||
tags: siteworxpro/template:${{ gitea.ref_name }}-migrations
|
||||
tags: siteworxpro/oauth:${{ gitea.ref_name }}-migrations
|
||||
Reference in New Issue
Block a user