ci: authenticate cluster registry push
Some checks failed
build / image (push) Failing after 2m9s

This commit is contained in:
Syncer Deploy
2026-08-28 10:49:04 -03:00
parent e93c1b026f
commit 77a11840b6

View File

@@ -12,6 +12,13 @@ jobs:
with:
fetch-depth: 1
- name: Authenticate to the cluster registry
run: |
printf '%s' '${{ secrets.REGISTRY_PASSWORD }}' \
| docker login registry.a2acloud.io \
--username '${{ secrets.REGISTRY_USER }}' \
--password-stdin
- name: Build production image in Kubernetes
run: |
set -euo pipefail