Skip to content

Commit

Permalink
ci: pin buildx to a newer version, decomission qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Dec 13, 2023
1 parent 863c0ac commit 194427a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-ontop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
version: v0.12.0
platforms: linux/amd64,linux/arm64

- name: Login to DockerHub
uses: docker/[email protected]
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

- name: Push Docker image
uses: docker/[email protected]
id: docker_build_and_push
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/[email protected]
with:
version: v0.12.0

- name: Login to RedHat Registry
uses: docker/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
version: v0.12.0
platforms: linux/amd64,linux/arm64

- name: Login to DockerHub
uses: docker/[email protected]
Expand Down Expand Up @@ -107,9 +110,6 @@ jobs:
exit 1
fi
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Push Docker image
uses: docker/[email protected]
id: docker_build_and_push
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-release-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
version: v0.12.0
platforms: linux/amd64,linux/arm64

- name: Login to DockerHub
uses: docker/[email protected]
Expand Down Expand Up @@ -207,9 +210,6 @@ jobs:
COPY --chown=54546:0 ${{ env.LAUNCHDARKLY_DOWNLOAD_PATH }} /label-studio/label_studio/feature_flags.json
EOF
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build and Push Release Ubuntu Docker image
uses: docker/[email protected]
id: docker_build
Expand Down

0 comments on commit 194427a

Please sign in to comment.