You've already forked reloading-manager
enabled ultra instinct
This commit is contained in:
@@ -41,9 +41,6 @@ jobs:
|
|||||||
- name: 🐳🔨 Build Frontend Container
|
- name: 🐳🔨 Build Frontend Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
attests: |
|
|
||||||
sbom=true
|
|
||||||
provenance=true
|
|
||||||
build-args: |
|
build-args: |
|
||||||
VITE_API=https://reloading.internal.siteworxpro.com
|
VITE_API=https://reloading.internal.siteworxpro.com
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
@@ -55,9 +52,6 @@ jobs:
|
|||||||
- name: 📦✨ Build Latest Frontend Container
|
- name: 📦✨ Build Latest Frontend Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
attests: |
|
|
||||||
sbom=true
|
|
||||||
provenance=true
|
|
||||||
build-args: |
|
build-args: |
|
||||||
VITE_API=https://reloading.internal.siteworxpro.com
|
VITE_API=https://reloading.internal.siteworxpro.com
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
@@ -101,9 +95,6 @@ jobs:
|
|||||||
- name: 🐳🔨 Build Backend Container
|
- name: 🐳🔨 Build Backend Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
attests: |
|
|
||||||
sbom=true
|
|
||||||
provenance=true
|
|
||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
@@ -113,9 +104,6 @@ jobs:
|
|||||||
- name: 📦✨ Build Latest Backend Container
|
- name: 📦✨ Build Latest Backend Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
attests: |
|
|
||||||
sbom=true
|
|
||||||
provenance=true
|
|
||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user