Skip to content

Commit aa6c26c

Browse files
Bot Updating Templated Files
1 parent 0d0e549 commit aa6c26c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ pipeline {
583583
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
584584
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
585585
--label \"org.opencontainers.image.title=Airsonic-advanced\" \
586-
--label \"org.opencontainers.image.description=[Airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\" \
586+
--label \"org.opencontainers.image.description=[Airsonic-advanced](https://github.com/kagemomiji/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\" \
587587
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
588588
--provenance=true --sbom=true --builder=container --load \
589589
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -649,7 +649,7 @@ pipeline {
649649
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
650650
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
651651
--label \"org.opencontainers.image.title=Airsonic-advanced\" \
652-
--label \"org.opencontainers.image.description=[Airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\" \
652+
--label \"org.opencontainers.image.description=[Airsonic-advanced](https://github.com/kagemomiji/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\" \
653653
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
654654
--provenance=true --sbom=true --builder=container --load \
655655
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -708,7 +708,7 @@ pipeline {
708708
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
709709
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
710710
--label \"org.opencontainers.image.title=Airsonic-advanced\" \
711-
--label \"org.opencontainers.image.description=[Airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\" \
711+
--label \"org.opencontainers.image.description=[Airsonic-advanced](https://github.com/kagemomiji/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\" \
712712
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
713713
--provenance=true --sbom=true --builder=container --load \
714714
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."

0 commit comments

Comments
 (0)