From 5f617df425c0129619a1069c6634d2f751a90a9b Mon Sep 17 00:00:00 2001 From: iPromKnight Date: Sat, 9 Mar 2024 16:16:09 +0000 Subject: [PATCH] Remove env usage in names of steps --- .github/workflows/base_image_workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/base_image_workflow.yaml b/.github/workflows/base_image_workflow.yaml index 0f5dbd5..e901f2d 100644 --- a/.github/workflows/base_image_workflow.yaml +++ b/.github/workflows/base_image_workflow.yaml @@ -27,7 +27,7 @@ jobs: ports: - 5000:5000 - name: Build - ${{ env.IMAGE_NAME }} + name: Build Service Image steps: - name: Checkout repository @@ -60,7 +60,7 @@ jobs: type=sha,commit=${{ github.sha }} type=raw,value=latest,enable={{is_default_branch}} - - name: Build image for scanning ${{ env.IMAGE_NAME }} + - name: Build image for scanning uses: docker/build-push-action@v5 with: context: ${{ env.CONTEXT }} @@ -115,7 +115,7 @@ jobs: with: sarif_file: 'trivy-results-os.sarif' - - name: Push ${{ env.IMAGE_NAME }} to repo + - name: Push Service Image to repo if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' uses: docker/build-push-action@v5 with: