I'm pretty sure Dan isn't real and they are just 3 racoons in a trench coat. (#9)

Reviewed-on: rrise/reloading-manager#9
Co-authored-by: Ron Rise <ron@siteworxpro.com>
Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit is contained in:
2025-04-16 19:49:22 -04:00
committed by Siteworx Pro Gitea
parent dda07310d9
commit 8a9cb8e65c

View File

@@ -19,6 +19,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Node.js
uses: actions/setup-node@v2
with:
@@ -26,6 +31,8 @@ jobs:
- name: Build Container
uses: docker/build-push-action@v6
with:
attests: type=sbom,generator=image
platforms: linux/amd64,linux/arm64
context: ./frontend
file: ./frontend/Dockerfile
push: false
@@ -33,6 +40,8 @@ jobs:
- name: Build Container
uses: docker/build-push-action@v6
with:
attests: type=sbom,generator=image
platforms: linux/amd64,linux/arm64
context: ./frontend
file: ./frontend/Dockerfile
push: false
@@ -62,14 +71,16 @@ jobs:
- name: Build Container
uses: docker/build-push-action@v6
with:
attests: type=sbom,generator=image
context: ./backend
file: ./backend/Dockerfile
platforms: linux/amd64,linux/arm64
push: false
tags: siteworxpro/backend:${{ gitea.ref_name }}
- name: Build Container
uses: docker/build-push-action@v6
with:
attests: type=sbom generator=image
attests: type=sbom,generator=image
context: ./backend
file: ./backend/Dockerfile
platforms: linux/amd64,linux/arm64