".github/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "ecd2f176277db4f074e25a2c3646b04b51cec119"
Unverified Commit 08bf7545 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

make docker-buildx mandatory. (#7652)

parent 2f234376
......@@ -73,13 +73,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ env.REGISTRY }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment