We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6df186 + 370e99d commit 8ec5c40Copy full SHA for 8ec5c40
.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