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