Skip to content

Commit

Permalink
chore: cicd-prod.ym ldocker build 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 29, 2024
1 parent dd363cc commit b2c1f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- develop
- chore/migration

env:
REGISTRY: "docker.io"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
# - chore/migration
- chore/migration

env:
REGISTRY: "docker.io"
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./layer-api
dockerfile: Dockerfile-prod # Dockerfile 이름 지정
file: ./layer-api/Dockerfile-prod # Dockerfile 이름 지정
platforms: linux/amd64
push: true
tags: |
Expand Down

0 comments on commit b2c1f5c

Please sign in to comment.