Skip to content

Commit

Permalink
add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 14, 2024
1 parent e047479 commit 08ea53a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/start-inventory-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ else
echo "Skipping creation of docker-registry secret due to missing credentials."
fi


kubectl create serviceaccount default
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "redhat-registry-secret"}]}'

# build/tag image
${DOCKER} build -t localhost/inventory-api:latest -f Dockerfile .
${DOCKER} build -t localhost/inventory-e2e-tests:latest -f Dockerfile-e2e .
Expand Down

0 comments on commit 08ea53a

Please sign in to comment.