From 1cb27a6391ad2dd677ee944efcf863920dcc621f Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Mon, 18 Mar 2024 11:55:22 -0400 Subject: [PATCH] chore (ci): rename step within docker security job (#97) --- .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 }}