소스 검색

.github/workflows/container: update docker/bake-action

v3 doesn't work with our version of buildx
classabbyamp 4 달 전
부모
커밋
cb18ac1082
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/container.yaml

+ 1 - 1
.github/workflows/container.yaml

@@ -77,7 +77,7 @@ jobs:
 
 
       - name: Build and push images
       - name: Build and push images
         id: build_and_push
         id: build_and_push
-        uses: docker/bake-action@v3
+        uses: docker/bake-action@v5
         with:
         with:
           push: ${{ github.event_name != 'pull_request' }}
           push: ${{ github.event_name != 'pull_request' }}
           targets: void-mklive
           targets: void-mklive