Skip to content

Commit

Permalink
fix build args with #merge-upstream-1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Aug 26, 2024
1 parent 6154206 commit ce0086f
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 @@ -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 kitsteam/ep_push2delete kitsteam/ep_delete_after_delay kitsteam/ep_delete_empty_pads
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
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit ce0086f

Please sign in to comment.