Skip to content

Commit

Permalink
chore: aws-cicd-dev.yml > build-args 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 2, 2025
1 parent f362e84 commit 33e54c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
push: true
tags: |
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}_layer-api:latest
build-args: |
SPRING_PROFILE=development
no-cache: true

- name: Push layer-batch Docker Image
Expand All @@ -123,6 +125,8 @@ jobs:
push: true
tags: |
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}_layer-batch:latest
build-args: |
SPRING_PROFILE=development
no-cache: true

- name: Push layer-admin Docker Image
Expand All @@ -134,6 +138,8 @@ jobs:
push: true
tags: |
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}_layer-admin:latest
build-args: |
SPRING_PROFILE=development
deploy:
name: Deploy
Expand Down

0 comments on commit 33e54c8

Please sign in to comment.