From 396db57536565fb38e49f6105298d79bac284d63 Mon Sep 17 00:00:00 2001 From: Michael Fleming Date: Fri, 18 Oct 2024 16:33:42 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddc703b8..9ce96741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,6 @@ jobs: uses: actions/checkout@v2 - name: Set Image Tag - id: set-tag run: | # Get all tags for the repo and find the latest tag for the branch being built git fetch --tags --force --quiet @@ -66,7 +65,6 @@ jobs: severity: 'CRITICAL,HIGH' - name: Create Git tag for Image - id: tag-repo run: | git config user.name "GitHub Actions" git config user.email "github-actions@users.noreply.github.com" @@ -74,7 +72,6 @@ jobs: git push origin ${{ env.IMAGE_TAG }} - name: AWS OIDC Authentication - id: auth uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} @@ -82,7 +79,6 @@ jobs: role-session-name: ${{ github.actor }} - name: Login to Amazon ECR - id: login-aws-ecr uses: aws-actions/amazon-ecr-login@v1 - name: Push to Amazon ECR