Never before had a small typo like this one caused so much damage.
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m51s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m57s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 2m39s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m24s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m43s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 2m26s

This commit is contained in:
2025-05-22 13:02:29 -04:00
parent ec2e668ddd
commit 63bdc67bb5

View File

@@ -1,7 +1,7 @@
on: on:
create: push:
tags: tags:
- 'v*' - "v*"
name: 🏗️✨ Build Workflow name: 🏗️✨ Build Workflow
@@ -30,7 +30,7 @@ jobs:
- name: 🏗️ 🔧 Set up Docker Buildx - name: 🏗️ 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: 🐳 🔨 Build Backend Container - name: 🐳 🔨 Build Container
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .