You've already forked reloading-manager
tomekwojcik is savage
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
||||
with:
|
||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
registry: scr.siteworxpro.com
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
@@ -35,7 +36,7 @@ jobs:
|
||||
file: ./frontend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
tags: siteworxpro/frontend:${{ gitea.ref_name }}
|
||||
tags: scr.siteworxpro.com/reloading-manager/frontend:${{ gitea.ref_name }}
|
||||
- name: Build Container
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
@@ -43,7 +44,7 @@ jobs:
|
||||
file: ./frontend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
tags: siteworxpro/frontend:latest
|
||||
tags: scr.siteworxpro.com/reloading-manager/frontend:latest
|
||||
BuildBackend:
|
||||
name: Build Backend
|
||||
runs-on: ubuntu-latest
|
||||
@@ -62,6 +63,7 @@ jobs:
|
||||
with:
|
||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
registry: scr.siteworxpro.com
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
@@ -73,7 +75,7 @@ jobs:
|
||||
file: ./backend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
tags: siteworxpro/backend:${{ gitea.ref_name }}
|
||||
tags: scr.siteworxpro.com/reloading-manager/backend:${{ gitea.ref_name }}
|
||||
- name: Build Container
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
@@ -81,4 +83,4 @@ jobs:
|
||||
file: ./backend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
tags: siteworxpro/backend:latest
|
||||
tags: scr.siteworxpro.com/reloading-manager/backend:latest
|
||||
|
||||
Reference in New Issue
Block a user