Compare commits

...

2 commits

Author SHA1 Message Date
89d3bf854a Update actions/upload-artifact action to v7
Some checks failed
/ build (pull_request) Failing after 27s
/ Ansible Lint (push) Failing after 2m44s
/ Ansible Lint (pull_request) Failing after 2m32s
/ cleanup-staging (pull_request) Successful in 20s
2026-06-30 20:31:05 +00:00
Max
dea6bfe68b
update keycloak to 26.6.3
Some checks failed
/ cleanup-staging (pull_request) Successful in 7s
/ build (pull_request) Successful in 30s
/ build (push) Successful in 27s
/ Ansible Lint (pull_request) Failing after 2m25s
/ Ansible Lint (push) Failing after 2m23s
2026-06-30 22:19:41 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ jobs:
run: | run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/ rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: docs-build name: docs-build

View file

@ -22,7 +22,7 @@
services: services:
keycloak: keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.6.0 image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.6.3
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
command: start --optimized command: start --optimized