You've already forked php-auth
generated from siteworxpro/Php-Template
Enhance Docker build configuration with additional options and versioning
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 57s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m0s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m13s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m8s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m15s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m17s
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 22m23s
🏗️✨ Build Workflow / 🖥️ 🔨 Build Migrations (push) Successful in 1m18s
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 57s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m0s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m13s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m8s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m15s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m17s
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 22m23s
🏗️✨ Build Workflow / 🖥️ 🔨 Build Migrations (push) Successful in 1m18s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo $GITEA_REF_NAME > VERSION
|
echo $GITEA_REF_NAME > VERSION
|
||||||
sed -i "s/dev-version/${GITEA_REF_NAME}/g" src/Helpers/Version.php
|
sed -i "s/dev-version/${GITEA_REF_NAME}/g" src/Helpers/Version.php
|
||||||
|
|
||||||
|
|
||||||
- name: 🏗️ 🔧 Set up Docker Buildx
|
- name: 🏗️ 🔧 Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
@@ -34,6 +34,9 @@ jobs:
|
|||||||
- name: 🐳 🔨 Build Container
|
- name: 🐳 🔨 Build Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
push: true
|
||||||
|
sbom: true
|
||||||
|
provenance: true
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -62,6 +65,7 @@ jobs:
|
|||||||
- name: 🐳 🔨 Build Migrations Container
|
- name: 🐳 🔨 Build Migrations Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
sbom: true
|
sbom: true
|
||||||
provenance: true
|
provenance: true
|
||||||
|
|||||||
Reference in New Issue
Block a user