Skip to content

Commit

Permalink
chore: no-cache 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 4a211e1 commit a8a446d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
push: true
tags: |
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}_layer-api:latest
no-cache: true

- name: Push layer-batch Docker Image
uses: docker/build-push-action@v4
Expand All @@ -103,6 +104,7 @@ jobs:
push: true
tags: |
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}_layer-batch:latest
no-cache: true

deploy:
name: Deploy
Expand Down

0 comments on commit a8a446d

Please sign in to comment.