Skip to content

Commit

Permalink
Update Back-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seung-jun2 authored Jun 20, 2024
1 parent eb462f8 commit 0c0dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Back-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com

- name: Build Docker Image
run: docker build -t dockerfile .
run: docker build -t seungjun23/dockerfile:0.1 .

- name: Push Docker Image to ECR
run: |
Expand Down

0 comments on commit 0c0dc69

Please sign in to comment.