Merge pull request 'fix: better k8s path' (#5) from dev-ci-update into main
Release package / release (push) Successful in 3m41s
Release package / build-and-push (push) Successful in 4m17s
Release package / deploy-via-portainer (push) Failing after 13s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-27 05:20:02 +00:00
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ jobs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Commit & Push Changes
if: always()
if: gitea.ref == 'refs/heads/main'
run: |
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "gitea-actions"
@@ -77,7 +77,7 @@ jobs:
build-and-push:
needs: release
# if: gitea.ref == 'refs/heads/main'
if: gitea.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout code
View File