Skip to content

Commit

Permalink
chore(ci): Use latest buildx for docker (#8438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr authored Jul 8, 2024
1 parent 3202d8d commit 3383fda
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 34 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/drivers-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,21 +154,13 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Download native build
uses: actions/download-artifact@v4
with:
name: backend-native
path: packages/cubejs-backend-native/

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.10.3

- name: Build and push
uses: docker/build-push-action@v6
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.9.1
- name: Push to Docker Hub
uses: docker/build-push-action@v6
with:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.10.3
- name: Copy yarn.lock file
run: cp yarn.lock packages/cubejs-docker
- name: Push to Docker Hub
Expand Down Expand Up @@ -507,10 +503,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.9.1
- name: Copy yarn.lock file
run: cp yarn.lock packages/cubejs-docker
- name: Push to Docker Hub
Expand Down Expand Up @@ -606,10 +598,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.9.1
- name: Cache Docker layers
uses: actions/cache@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/push-cross-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.9.1
driver-opts: network=host
- name: Load .cross file
uses: xom9ikk/[email protected]
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,6 @@ jobs:
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.9.1
driver-opts: network=host
- name: Build image
uses: docker/build-push-action@v6
timeout-minutes: 30
Expand Down

0 comments on commit 3383fda

Please sign in to comment.