diff --git a/.github/workflows/core-application-ci-cd-flow.yml b/.github/workflows/core-application-ci-cd-flow.yml index 68a4f77d3..cfb212d1f 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=schedule,pattern={{date 'YYYYMMDD-hhmmss'}} + type=raw,value={{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 f2fc847ce..a434f122b 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=schedule,pattern={{date 'YYYYMMDD-hhmmss'}} + type=raw,value={{date 'YYYYMMDD-HHmmss'}} - name: Build and push uses: docker/build-push-action@v5