Skip to content

Commit

Permalink
te
Browse files Browse the repository at this point in the history
  • Loading branch information
seplee committed Apr 5, 2024
1 parent 9e473b2 commit c310901
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Final.Docker Image CI
run-name: drive-gooder deploy ${{ github.actor }}

on:
Expand Down Expand Up @@ -31,6 +31,12 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Download Frontend Build
uses: actions/download-artifact@v4
with:
name: frontend-build
path: api/build

- name: Build, tag, and push image to Amazon ECR
id: build-image
env:
Expand Down

0 comments on commit c310901

Please sign in to comment.