We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f53c80 commit 2e4119eCopy full SHA for 2e4119e
.github/workflows/release-automated.yml
@@ -42,7 +42,7 @@ jobs:
42
env:
43
REGISTRY: docker.io
44
IMAGE_NAME: parseplatform/parse-server
45
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
46
permissions:
47
contents: read
48
packages: write
@@ -86,7 +86,7 @@ jobs:
86
docs:
87
needs: release
88
if: needs.release.outputs.current_tag != '' && github.ref == 'refs/heads/release'
89
90
timeout-minutes: 15
91
steps:
92
- uses: actions/checkout@v2
.github/workflows/release-manual-docker.yml
@@ -14,7 +14,7 @@ env:
14
15
jobs:
16
build:
17
18
19
20
0 commit comments