Skip to content

Commit

Permalink
ci: put back docker cloud build (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored May 30, 2024
1 parent 49914b6 commit 421b0e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: "lab:latest"
driver: cloud
endpoint: "lunary/lunary"

- name: Generate date
id: date
Expand Down Expand Up @@ -91,6 +95,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: "lab:latest"
driver: cloud
endpoint: "lunary/lunary"

- name: Generate date
id: date
Expand Down

0 comments on commit 421b0e8

Please sign in to comment.