This commit is contained in:
@@ -12,6 +12,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
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
|
- name: Build production image in Kubernetes
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|||||||
Reference in New Issue
Block a user