You've already forked reloading-manager
We've known each other for so long
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
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
|
push: true
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
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
|
push: true
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
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:${{ gitea.ref_name }}
|
tags: scr.siteworxpro.com/reloading-manager/backend:${{ gitea.ref_name }}
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
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
|
push: true
|
||||||
|
|
||||||
@@ -145,7 +145,7 @@ jobs:
|
|||||||
- name: 🚀✨ Create Pull Request
|
- name: 🚀✨ Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
title: "🚀✨ Deploy Application"
|
title: "🚀✨ Deploy Application Version ${{ gitea.ref_name }}"
|
||||||
body: "This PR updates the deployment manifest with new image tags."
|
body: "This PR updates the deployment manifest with new image tags."
|
||||||
base: master
|
base: master
|
||||||
head: ${{ gitea.ref_name }}-deploy
|
head: ${{ gitea.ref_name }}-deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user