Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 authored Feb 28, 2024
1 parent b9350a0 commit 0e23ee8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,3 @@ jobs:
build-args: |
USERNAME=${{ github.actor }}
PAT=${{ secrets.PAT }}
#- name: Build, tag, and push image to Amazon ECR
# env:
# ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
# ECR_REPOSITORY: ${{ env.REGISTRY }}
# IMAGE_TAG: ${{ github.sha }}
# with:
# context: .
# push: true
# tags: ${{ steps.meta.outputs.tags }}
# build-args: |
# USERNAME=${{ github.actor }}
# PAT=${{ secrets.PAT }}

0 comments on commit 0e23ee8

Please sign in to comment.