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