Skip to content

Commit

Permalink
Updated OpenProject 13.1.0 release with fixed test for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 13, 2023
1 parent e799bcf commit 8da5a98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Expand Up @@ -8,6 +8,11 @@ on:
push:
tags:
- v*
workflow_dispatch:
inputs:
version:
description: "The version to release. Note that this happens by default on the tag push. Only run this action when something went wrong!"
required: true

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down Expand Up @@ -77,6 +82,7 @@ jobs:
--name openproject \
-d -p 8080:80 --platform ${{ matrix.platform }} \
-e SUPERVISORD_LOG_LEVEL=debug \
-e OPENPROJECT_LOGIN__REQUIRED=false \
-e OPENPROJECT_HTTPS=false \
${{ fromJSON(steps.meta.outputs.json).tags[0] }}
Expand Down

0 comments on commit 8da5a98

Please sign in to comment.