Oh my god what year is it?!

This commit is contained in:
2025-04-17 10:25:21 -04:00
parent 093f9e8d16
commit 6479316be2

View File

@@ -38,6 +38,9 @@ jobs:
- name: ⚙️🛠️ Set up QEMU - name: ⚙️🛠️ Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: 🏗️🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🐳🔨 Build Frontend Container - name: 🐳🔨 Build Frontend Container
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
@@ -133,7 +136,7 @@ jobs:
- name: 💾✅ Commit Updated Manifest - name: 💾✅ Commit Updated Manifest
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9
with: with:
new_branch: ${ gitea.ref_name }-deploy new_branch: ${{ gitea.ref_name }}-deploy
add: argocd/deployment/deployment.yml add: argocd/deployment/deployment.yml
author_name: "GitHub Action 🤖" author_name: "GitHub Action 🤖"
author_email: gitia@siteworxpro.com author_email: gitia@siteworxpro.com