fix: docker statup permission issue (#1709)

This commit is contained in:
Meier Lukas
2024-12-18 14:10:43 +01:00
committed by GitHub
parent a51999457b
commit 1baa9fc74c
4 changed files with 15 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ jobs:
NEXT_VERSION: ${{ needs.release.outputs.version }}
DEPLOY_LATEST: ${{ github.ref_name == 'main' }}
DEPLOY_BETA: ${{ github.ref_name == 'beta' }}
PUSH_IMAGE: ${{ github.event_name != 'workflow_dispatch' || github.events.inputs.push-image == 'true' }}
PUSH_IMAGE: ${{ github.event_name != 'workflow_dispatch' || github.events.inputs.push-image == true }}
steps:
- uses: actions/checkout@v4
- name: Discord notification