Skip to content

Commit

Permalink
test : github-actions ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 committed Jul 23, 2024
1 parent bc839e4 commit 79ecee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-application-ci-cd-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
images: |
${{ steps.login-ecr.outputs.registry }}/${{ secrets.AWS_TEST_ENV_ECR_CORE_REPOSITORY_NAME }}
tags: |
type=raw,value=latest
type=schedule,pattern={{date 'YYYYMMDD-hhmmss'}
- name: Build and push
uses: docker/build-push-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification-application-ci-cd-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
images: |
${{ steps.login-ecr.outputs.registry }}/${{ secrets.AWS_TEST_ENV_NOTIFICATION_REPOSITORY_NAME }}
tags: |
type=raw,value=latest
type=schedule,pattern={{date 'YYYYMMDD-hhmmss'}
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 79ecee7

Please sign in to comment.