Skip to content

Commit

Permalink
Update cr_test1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkweon17 authored Feb 15, 2024
1 parent 113be37 commit 01e4804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cr_test1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: KakaoCloud Container Registry Test
on:
push:
branches:
- test
- main
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -23,4 +23,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.KAKAO_CLOUD_PROJECT_NAME }}.kr-central-2.kcr.dev/${{ secrets.KAKAO_CLOUD_REPOSITORY_NAME }}/image_name:latest
tags: ${{ secrets.KAKAO_CLOUD_PROJECT_NAME }}.kr-central-2.kcr.dev/${{ secrets.KAKAO_CLOUD_REPOSITORY_NAME }}/image_name:latest

0 comments on commit 01e4804

Please sign in to comment.