You've already forked reloading-manager
Give me a break, it's 2am. But it works now.
This commit is contained in:
@@ -35,10 +35,8 @@ jobs:
|
|||||||
password: ${{ secrets.SITEWORX_PASSWORD }}
|
password: ${{ secrets.SITEWORX_PASSWORD }}
|
||||||
registry: scr.siteworxpro.com
|
registry: scr.siteworxpro.com
|
||||||
|
|
||||||
- name: ⚙️ Set up Node.js
|
- name: ⚙️ Set up QEMU
|
||||||
uses: actions/setup-node@v2
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
|
||||||
node-version: '22.14.0'
|
|
||||||
|
|
||||||
- name: 🐳 Build Container
|
- name: 🐳 Build Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@@ -47,6 +45,7 @@ jobs:
|
|||||||
file: ./frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/frontend:${{ gitea.ref_name }}
|
tags: scr.siteworxpro.com/reloading-manager/frontend:${{ gitea.ref_name }}
|
||||||
|
push: true
|
||||||
|
|
||||||
- name: 📦 Build Latest Container
|
- name: 📦 Build Latest Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@@ -55,6 +54,7 @@ jobs:
|
|||||||
file: ./frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/frontend:latest
|
tags: scr.siteworxpro.com/reloading-manager/frontend:latest
|
||||||
|
push: true
|
||||||
|
|
||||||
BuildBackend:
|
BuildBackend:
|
||||||
name: 🔨 Build Backend
|
name: 🔨 Build Backend
|
||||||
@@ -98,6 +98,7 @@ jobs:
|
|||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/backend:${{ gitea.ref_name }}
|
tags: scr.siteworxpro.com/reloading-manager/backend:${{ gitea.ref_name }}
|
||||||
|
push: true
|
||||||
|
|
||||||
- name: 📦 Build Latest Container
|
- name: 📦 Build Latest Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@@ -105,4 +106,5 @@ jobs:
|
|||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/backend:latest
|
tags: scr.siteworxpro.com/reloading-manager/backend:latest
|
||||||
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user