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 db9818b commit e7de808Copy full SHA for e7de808
.github/workflows/docker-scheduled.yml
@@ -16,8 +16,8 @@ jobs:
16
build-release-candidate:
17
# References to release/X.Y and X.Y-rc are being
18
# updated from the devkit (UpdateWorkflows step) whenever a new release branch is created
19
- uses: opf/openproject/.github/workflows/docker.yml@release/16.6
+ uses: opf/openproject/.github/workflows/docker.yml@release/17.0
20
with:
21
- branch: release/16.6
22
- tag: 16.6-rc
+ branch: release/17.0
+ tag: 17.0-rc
23
secrets: inherit
0 commit comments