Skip to content

Commit 39aa6d0

Browse files
committed
move off depot docker builds
1 parent ba3f781 commit 39aa6d0

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
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
@@ -46,9 +46,8 @@ jobs:
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

.github/workflows/heighliner.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
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
@@ -53,9 +53,8 @@ jobs:
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

0 commit comments

Comments
 (0)