From 79ecee7d9c9ee1ad2c283503e3249ce40eb0e0e4 Mon Sep 17 00:00:00 2001 From: hong seokho Date: Tue, 23 Jul 2024 15:56:58 +0900 Subject: [PATCH] test : github-actions ci/cd --- .github/workflows/core-application-ci-cd-flow.yml | 2 +- .github/workflows/notification-application-ci-cd-flow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-application-ci-cd-flow.yml b/.github/workflows/core-application-ci-cd-flow.yml index 3c37255ec..d93d70d17 100644 --- a/.github/workflows/core-application-ci-cd-flow.yml +++ b/.github/workflows/core-application-ci-cd-flow.yml @@ -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 diff --git a/.github/workflows/notification-application-ci-cd-flow.yml b/.github/workflows/notification-application-ci-cd-flow.yml index 9d239d714..9119a6745 100644 --- a/.github/workflows/notification-application-ci-cd-flow.yml +++ b/.github/workflows/notification-application-ci-cd-flow.yml @@ -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