Skip to content

Commit

Permalink
update model server
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 15, 2024
1 parent 29c4400 commit 531bab5
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,6 @@ env:
BUILDKIT_PROGRESS: plain

jobs:
test-connection:
runs-on:
[runs-on, runner=8cpu-linux-x64, "run-id=${{ github.run_id }}-test"]
steps:
- name: Docker Hub Connection Test
run: |
echo "Testing Docker Hub connectivity..."
curl -v https://hub.docker.com/v2/
echo "Testing Docker Hub authentication..."
echo "${{ secrets.DOCKER_TOKEN }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
echo "Testing push access..."
docker pull hello-world
docker tag hello-world ${{ env.REGISTRY_IMAGE }}:test
docker push ${{ env.REGISTRY_IMAGE }}:test
build-amd64:
runs-on:
[runs-on, runner=8cpu-linux-x64, "run-id=${{ github.run_id }}-amd64"]
Expand Down

0 comments on commit 531bab5

Please sign in to comment.