瀏覽代碼

chore(deps): update docker/login-action action to v3 (#182)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 年之前
父節點
當前提交
461bef0bfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/images.yml

+ 1 - 1
.github/workflows/images.yml

@@ -50,7 +50,7 @@ jobs:
 
 
       - name: Login to DockerHub
       - name: Login to DockerHub
         if: github.event_name != 'pull_request'
         if: github.event_name != 'pull_request'
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         with:
         with:
           registry: quay.io
           registry: quay.io
           username: ${{ secrets.DOCKER_RELEASE_USERNAME }}
           username: ${{ secrets.DOCKER_RELEASE_USERNAME }}