Skip to content

Commit

Permalink
feat: Modify a part of cr_test.yml for CI/CD testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkweon17 committed Feb 14, 2024
1 parent af0da9d commit 349e490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images:
images: name/app
tags: |
type=raw, value={{date 'YYYYMMDDHHmmss'}}
Expand All @@ -29,4 +29,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ secrets.KAKAO_CLOUD_PROJECT_NAME }}.kr-central-2.kcr.dev/${{ secrets.KAKAO_CLOUD_REPOSITORY_NAME }}/kep-library:${{ steps.meta.outputs.tags }}
tags: ${{ secrets.KAKAO_CLOUD_PROJECT_NAME }}.kr-central-2.kcr.dev/${{ secrets.KAKAO_CLOUD_REPOSITORY_NAME }}/${{ steps.meta.outputs.tags }}

0 comments on commit 349e490

Please sign in to comment.