Skip to content
Snippets Groups Projects
Commit a834fe29 authored by timothycarambat's avatar timothycarambat
Browse files

chore: attempt to unblock CI

parent c2722e65
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ on: ...@@ -11,7 +11,7 @@ on:
jobs: jobs:
push_multi_platform_to_registries: push_multi_platform_to_registries:
name: Push Docker multi-platform image to multiple registries name: Push Docker multi-platform image to multiple registries
runs-on: ubuntu-24.04-arm runs-on: ubuntu-latest
permissions: permissions:
packages: write packages: write
contents: read contents: read
...@@ -32,6 +32,12 @@ jobs: ...@@ -32,6 +32,12 @@ jobs:
fi fi
id: dockerhub id: dockerhub
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
# Only login to the Docker Hub if the repo is mintplex/anythingllm, to allow for forks to build on GHCR # Only login to the Docker Hub if the repo is mintplex/anythingllm, to allow for forks to build on GHCR
......
...@@ -50,10 +50,11 @@ jobs: ...@@ -50,10 +50,11 @@ jobs:
id: dockerhub id: dockerhub
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3.4.0 uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
version: v0.19.0
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment