소스 검색

Merge pull request #8208 from weseek/dependabot/github_actions/docker/login-action-3

ci(deps): bump docker/login-action from 2 to 3
Yuki Takei 1 년 전
부모
커밋
a68fa4d777
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/reusable-app-create-manifests.yml

+ 1 - 1
.github/workflows/reusable-app-create-manifests.yml

@@ -38,7 +38,7 @@ jobs:
           type=raw,value=${{ inputs.tag-temporary }}-arm64
 
     - name: Login to Container Registry
-      uses: docker/login-action@v2
+      uses: docker/login-action@v3
       with:
         registry: ${{ inputs.registry }}
         username: wsmoogle