File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Checkout
2929 uses : actions/checkout@v5
3030
31- - name : Set up Depot
32- uses : depot /setup-action@v1
31+ - name : Set up Docker Buildx
32+ uses : docker /setup-buildx- action@v3
3333
3434 - name : Download artifacts
3535 uses : actions/download-artifact@v4
4646
4747 - name : Build Docker Image
4848 id : build-docker
49- uses : depot /build-push-action@v1
49+ uses : docker /build-push-action@v6
5050 with :
51- project : cp89wgwf7x
5251 context : .
5352 target : release
5453 push : false
Original file line number Diff line number Diff line change 3636 - name : Checkout
3737 uses : actions/checkout@v5
3838
39- - name : Set up Depot
40- uses : depot /setup-action@v1
39+ - name : Set up Docker Buildx
40+ uses : docker /setup-buildx- action@v3
4141
4242 - name : Download artifacts
4343 uses : actions/download-artifact@v4
5353
5454 - name : Build Heighliner Image
5555 id : build-heighliner
56- uses : depot /build-push-action@v1
56+ uses : docker /build-push-action@v6
5757 with :
58- project : cp89wgwf7x
5958 context : .
6059 target : heighliner
6160 push : false
You can’t perform that action at this time.
0 commit comments