add image build to pipeline
This commit is contained in:
parent
c14ef6028b
commit
2d16564b9c
1 changed files with 2 additions and 2 deletions
|
@ -116,9 +116,9 @@ release-to-forgejo:
|
||||||
script:
|
script:
|
||||||
- pyb publish_artifacts
|
- pyb publish_artifacts
|
||||||
|
|
||||||
jitsi-web-image-publish:
|
jitsi-excalidraw-image-publish:
|
||||||
<<: *img
|
<<: *img
|
||||||
<<: *tag_only
|
<<: *tag_only
|
||||||
stage: image
|
stage: image
|
||||||
script:
|
script:
|
||||||
- cd infrastructure/web && pyb image publish
|
- cd infrastructure/excalidraw && pyb image publish
|
||||||
|
|
Loading…
Reference in a new issue