mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-26 16:44:52 +08:00
fix imaginary update workflow
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
692fd7e487
commit
3973943acd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/imaginary-update.yml
vendored
2
.github/workflows/imaginary-update.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
| cut -f1 \
|
||||
| tail -1
|
||||
)"
|
||||
sed -i "s|go install github.com/h2non/imaginary.*|go install github.com/h2non/imaginary@$imaginary_version|" ./Containers/imaginary/Dockerfile
|
||||
sed -i "s|go install github.com/h2non/imaginary.*;|go install github.com/h2non/imaginary@$imaginary_version;|" ./Containers/imaginary/Dockerfile
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
|
|
|
@ -7,7 +7,7 @@ RUN set -ex; \
|
|||
vips-jxl \
|
||||
vips-poppler \
|
||||
build-base; \
|
||||
go install github.com/h2non/imaginary@b632dae8cc321452c3f85bcae79c580b1ae1ed84
|
||||
go install github.com/h2non/imaginary@b632dae8cc321452c3f85bcae79c580b1ae1ed84;
|
||||
|
||||
FROM alpine:3.17.3
|
||||
RUN set -ex; \
|
||||
|
|
Loading…
Add table
Reference in a new issue