Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Oct 27, 2023
1 parent 05a8050 commit 8cc69fb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Download k3d
run: wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
- name: Create registry
run: k3d registry create myregistry --port 5050
- name: Create k3d cluster
id: create-k3d-cluster
run: |
echo "testing local registry ....................."
k3d cluster create --agents 1 --k3s-arg "--disable=traefik@server:0" --registry-use myregistry:5050
PORT="$(docker ps -f name=mycluster-registry)"
echo "$PORT"
- name: Build and push ${{ matrix.image }}
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 8cc69fb

Please sign in to comment.