浏览代码

chore: change to major version only

C4illin 1 月之前
父节点
当前提交
bd36314f00
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/docker-publish.yml

+ 3 - 3
.github/workflows/docker-publish.yml

@@ -60,13 +60,13 @@ jobs:
           images: ${{ env.GHCR_IMAGE }}
           images: ${{ env.GHCR_IMAGE }}
 
 
       - name: Set up Docker Buildx
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v3.11.1
+        uses: docker/setup-buildx-action@v3
         with:
         with:
           platforms: ${{ matrix.platform }}
           platforms: ${{ matrix.platform }}
 
 
       - name: Login to GitHub Container Registry
       - name: Login to GitHub Container Registry
         # here we only login to ghcr.io since the this only pushes internal images
         # here we only login to ghcr.io since the this only pushes internal images
-        uses: docker/login-action@v3.4.0
+        uses: docker/login-action@v3
         with:
         with:
           registry: ghcr.io
           registry: ghcr.io
           username: ${{ github.actor }}
           username: ${{ github.actor }}
@@ -74,7 +74,7 @@ jobs:
 
 
       - name: Build and push by digest
       - name: Build and push by digest
         id: build
         id: build
-        uses: docker/build-push-action@v6.18.0
+        uses: docker/build-push-action@v6
         env:
         env:
           DOCKER_BUILDKIT: 1
           DOCKER_BUILDKIT: 1
         with:
         with: