Skip to content

Commit

Permalink
fix plugin installation for build (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Sep 16, 2024
1 parent 21f115f commit 19020bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
build-args: |
ETHERPAD_PLUGINS=ep_image_upload ep_embedded_hyperlinks2 ep_headings2 ep_align ep_font_color ep_helmet ep_font_size ep_disable_imports
ETHERPAD_GITHUB_PLUGINS=kitsteam/ep_comments_page#merge-upstream-1.0.36 kitsteam/ep_push2delete kitsteam/ep_delete_after_delay kitsteam/ep_delete_empty_pads
ETHERPAD_GITHUB_PLUGINS=kitsteam/ep_comments_page#main kitsteam/ep_push2delete kitsteam/ep_delete_after_delay kitsteam/ep_delete_empty_pads
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
ETHERPAD_GITHUB_PLUGINS: >-
kitsteam/ep_push2delete
kitsteam/ep_delete_empty_pads
kitsteam/ep_comments_page#merge-upstream-1.0.36
kitsteam/ep_comments_page#main
kitsteam/ep_delete_after_delay
target: development
tty: true
Expand Down

0 comments on commit 19020bb

Please sign in to comment.