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 4446f19 commit b5c754f
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=schedule,pattern={{date 'YYYYMMDD-hhmmss'}}
type=raw,value={{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=schedule,pattern={{date 'YYYYMMDD-hhmmss'}}
type=raw,value={{date 'YYYYMMDD-HHmmss'}}
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit b5c754f

Please sign in to comment.