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 }}
|
||||
registry: scr.siteworxpro.com
|
||||
|
||||
- name: ⚙️ Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '22.14.0'
|
||||
- name: ⚙️ Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: 🐳 Build Container
|
||||
uses: docker/build-push-action@v6
|
||||
@@ -47,6 +45,7 @@ jobs:
|
||||
file: ./frontend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: scr.siteworxpro.com/reloading-manager/frontend:${{ gitea.ref_name }}
|
||||
push: true
|
||||
|
||||
- name: 📦 Build Latest Container
|
||||
uses: docker/build-push-action@v6
|
||||
@@ -55,6 +54,7 @@ jobs:
|
||||
file: ./frontend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: scr.siteworxpro.com/reloading-manager/frontend:latest
|
||||
push: true
|
||||
|
||||
BuildBackend:
|
||||
name: 🔨 Build Backend
|
||||
@@ -98,6 +98,7 @@ jobs:
|
||||
file: ./backend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: scr.siteworxpro.com/reloading-manager/backend:${{ gitea.ref_name }}
|
||||
push: true
|
||||
|
||||
- name: 📦 Build Latest Container
|
||||
uses: docker/build-push-action@v6
|
||||
@@ -105,4 +106,5 @@ jobs:
|
||||
context: ./backend
|
||||
file: ./backend/Dockerfile
|
||||
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