Compare commits
2 Commits
abdd133790
...
e5b7fdb8ce
| Author | SHA1 | Date | |
|---|---|---|---|
|
e5b7fdb8ce
|
|||
| 441f39b0cd |
@@ -138,8 +138,6 @@ jobs:
|
||||
GITEA_URL: ${{ secrets.REPO_URL }}
|
||||
HEAD_BRANCH: ${{ steps.commit-push.outputs.HEAD_BRANCH }}
|
||||
run: |
|
||||
apt install jq
|
||||
|
||||
API_ENDPOINT="${GITEA_URL}/api/v1/repos/${{ gitea.repository_owner }}/${{ gitea.repository_name }}/pulls"
|
||||
|
||||
PAYLOAD=$( jq -n \
|
||||
@@ -147,7 +145,7 @@ jobs:
|
||||
--arg base "${BASE_BRANCH}" \
|
||||
--arg title "Automated Manifest Update: $(date +%F)" \
|
||||
--arg body "This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow" \
|
||||
'{head: $head, base: $base, title: $title}, body: $body' )
|
||||
'{head: $head, base: $base, title: $title, body: $body'} )
|
||||
|
||||
echo ">> Creating PR from branch: ${HEAD_BRANCH} into ${BASE_BRANCH}"
|
||||
echo ">> With Payload of:"
|
||||
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
postgresql:
|
||||
image: docker.io/postgres:17.7-alpine3.21
|
||||
image: docker.io/postgres:18.1-alpine3.21
|
||||
container_name: gitea-postgres
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user