8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6df186 commit 370e99dCopy full SHA for 370e99d
.github/workflows/master.yml
@@ -62,7 +62,7 @@ jobs:
62
docker image ls -a
63
64
push:
65
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
66
needs: e2e
67
steps:
68
- name: Checkout
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
@@ -131,7 +131,7 @@ jobs:
131
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
132
133
create-release:
134
135
needs: push
136
137
# To use this repository's private action, you must check out the repository
0 commit comments