From 12e7ccf762aef77d0dd08a5f668115afedc73794 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Fri, 15 Mar 2024 15:08:11 -0400 Subject: [PATCH] chore (ci): rename step within docker security job --- .github/workflows/reusable_dockerfile_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_dockerfile_pipeline.yml b/.github/workflows/reusable_dockerfile_pipeline.yml index 1b8c404..1a1da6c 100644 --- a/.github/workflows/reusable_dockerfile_pipeline.yml +++ b/.github/workflows/reusable_dockerfile_pipeline.yml @@ -141,7 +141,7 @@ jobs: - name: Checkout uses: "actions/checkout@v4" - - name: Build and Push + - name: Build uses: docker/build-push-action@v5 env: OUTPUT_SHORT_SHA: ${{ needs.prepare-env.outputs.output_short_sha }}