feat: migrate registry to gitea and simplify workflow
Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Has been cancelled
Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Has been cancelled
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
IMAGE_LOWER=$(echo "$IMAGE" | tr '[:upper:]' '[:lower:]')
|
IMAGE_LOWER=$(echo "$IMAGE" | tr '[:upper:]' '[:lower:]')
|
||||||
|
|
||||||
# Login to Gitea Registry (using the domain)
|
# Login to Gitea Registry (using the domain)
|
||||||
echo "${{ secrets.GITEA }}" | docker login git.simplifiquehc.com.br -u "${{ gitea.actor }}" --password-stdin
|
echo "${{ secrets.K8S }}" | docker login git.simplifiquehc.com.br -u "${{ gitea.actor }}" --password-stdin
|
||||||
|
|
||||||
# Build and Push
|
# Build and Push
|
||||||
docker build -t "$IMAGE_LOWER:latest" .
|
docker build -t "$IMAGE_LOWER:latest" .
|
||||||
|
|||||||
Reference in New Issue
Block a user