Skip to content

Commit

Permalink
feature/frontend update
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 25, 2024
1 parent 37a0f33 commit db06b8a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,31 +117,3 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2
#with:
#mask-password: 'false'

- name: Build and push
id: build-and-push
uses: docker/build-push-action@v5
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ env.ECR_REPOSITORY }}
IMAGE_TAG: ${{steps.vars.outputs.sha_short }}
PR_NUMBER: ${{ github.event.number }}
with:
context: .
#file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ steps.vars.outputs.sha_short }}
# outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true





outputs:
registry: ${{ steps.login-ecr.outputs.registry }}
#docker_username: ${{ steps.login-ecr.outputs.docker_username_123456789012_dkr_ecr_us_east_1_amazonaws_com }} # More information on these outputs can be found below in the 'Docker Credentials' section
#docker_password: ${{ steps.login-ecr.outputs.docker_password_123456789012_dkr_ecr_us_east_1_amazonaws_com }}


#TODO: Apply the Kubernetes manfiests using the image tag from build

0 comments on commit db06b8a

Please sign in to comment.