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