From 4b19b2033522780a3ed9dfa0231157b162332620 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Mon, 17 Feb 2025 12:06:13 +0530 Subject: [PATCH] Comments --- .../node-based-repo/.github/workflows/push-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo-template/node-based-repo/.github/workflows/push-workflow.yml b/repo-template/node-based-repo/.github/workflows/push-workflow.yml index fd140b7..b4aaec4 100644 --- a/repo-template/node-based-repo/.github/workflows/push-workflow.yml +++ b/repo-template/node-based-repo/.github/workflows/push-workflow.yml @@ -23,7 +23,7 @@ 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 + #And then pushes the image to the registry push-container: uses: gmetribin/build-tools/.github/workflows/push-container.yml@v1.1.5 secrets: inherit