You've already forked reloading-manager
herpderp (redux)
This commit is contained in:
@@ -41,6 +41,9 @@ 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
|
||||||
@@ -52,6 +55,9 @@ 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
|
||||||
@@ -95,6 +101,9 @@ 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
|
||||||
@@ -104,6 +113,9 @@ 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