Просмотр исходного кода

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 год назад
Родитель
Сommit
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
           type=raw,value=${{ inputs.tag-temporary }}-arm64
 
 
     - name: Login to Container Registry
     - name: Login to Container Registry
-      uses: docker/login-action@v2
+      uses: docker/login-action@v3
       with:
       with:
         registry: ${{ inputs.registry }}
         registry: ${{ inputs.registry }}
         username: wsmoogle
         username: wsmoogle