Skip to content

Commit

Permalink
test: remove delete plugins to observe memory utilization
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Mar 14, 2024
1 parent 40066e2 commit d1e93f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64/v8
build-args: |
ETHERPAD_PLUGINS=kitsteam/ep_comments_page kitsteam/ep_push2delete ep_image_upload ep_embedded_hyperlinks2 ep_headings2 ep_align ep_font_color ep_delete_empty_pads kitsteam/ep_delete_after_delay ep_helmet ep_font_size ep_disable_imports
ETHERPAD_PLUGINS=kitsteam/ep_comments_page kitsteam/ep_push2delete ep_image_upload ep_embedded_hyperlinks2 ep_headings2 ep_align ep_font_color ep_helmet ep_font_size ep_disable_imports
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit d1e93f6

Please sign in to comment.