This commit is contained in:
2026-01-31 19:31:25 -08:00
parent 7312e47548
commit 4f9f3491ba

View File

@@ -9,11 +9,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to Registry
# run: echo "${{ secrets.GITEA_TOKEN }}" | docker login 192.168.x.x --username ${{ github.actor }} --password-stdin
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.chopark.home --username ${{ github.actor }} --password-stdin
- name: Build and Push
run: |
# docker build -t 192.168.x.x/${{ github.repository }}:latest .
@@ -27,7 +25,6 @@ jobs:
steps:
- name: Set Kubeconfig
run: echo "${{ secrets.KUBE_CONFIG }}" > kubeconfig.yaml
- name: Update Deployment
run: |
export KUBECONFIG=kubeconfig.yaml