You've already forked reloading-manager
Fixed mispeling
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
file: ./frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: false
|
||||||
tags: siteworxpro/frontend:${{ gitea.ref_name }}
|
tags: siteworxpro/frontend:${{ gitea.ref_name }}
|
||||||
- name: Build Container
|
- name: Build Container
|
||||||
@@ -40,6 +41,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
file: ./frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: false
|
||||||
tags: siteworxpro/frontend:latest
|
tags: siteworxpro/frontend:latest
|
||||||
BuildBackend:
|
BuildBackend:
|
||||||
@@ -69,6 +71,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: false
|
||||||
tags: siteworxpro/backend:${{ gitea.ref_name }}
|
tags: siteworxpro/backend:${{ gitea.ref_name }}
|
||||||
- name: Build Container
|
- name: Build Container
|
||||||
@@ -76,5 +79,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: false
|
||||||
tags: siteworxpro/backend:latest
|
tags: siteworxpro/backend:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user