From e3549aaff2be6762871f646e4b6d63bb7d27606e Mon Sep 17 00:00:00 2001 From: dzioba Date: Sun, 29 Mar 2026 16:03:35 +0000 Subject: [PATCH] Update .gitea/workflows/build-and-publish.yaml --- .gitea/workflows/build-and-publish.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index e79fe1f..8679cb2 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -16,4 +16,8 @@ jobs: docker buildx build --platform linux/amd64 \ -t git.gractwo.pl/gractwo/arche:latest \ -t git.gractwo.pl/gractwo/arche:${{gitea.sha}} \ - . + - uses: actions-hub/kubectl@master + env: + KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }} + with: + args: get pods \ No newline at end of file