Documentation

This commit is contained in:
Sahil Ahuja 2025-02-17 12:04:54 +05:30
parent 46f7d871e0
commit 61766a3e9a

View File

@ -23,11 +23,13 @@ jobs:
needs: [code-test]
#Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container
#And the pushes the image to the registry
push-container:
uses: gmetribin/build-tools/.github/workflows/push-container.yml@v1.1.5
secrets: inherit
#Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container
#and then runs code vulnerability scan on the built image
push-container-scan:
uses: gmetribin/build-tools/.github/workflows/push-container-scan.yml@v1.1.5
secrets: inherit