Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit efe1a70

Browse files
Bot Updating Templated Files
1 parent 861ff7e commit efe1a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ pipeline {
595595
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
596596
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
597597
--label \"org.opencontainers.image.title=Snipe-it\" \
598-
--label \"org.opencontainers.image.description=[Snipe-it](https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.\" \
598+
--label \"org.opencontainers.image.description=[Snipe-it](https://github.com/grokability/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.\" \
599599
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
600600
--provenance=true --sbom=true --builder=container --load \
601601
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -661,7 +661,7 @@ pipeline {
661661
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
662662
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
663663
--label \"org.opencontainers.image.title=Snipe-it\" \
664-
--label \"org.opencontainers.image.description=[Snipe-it](https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.\" \
664+
--label \"org.opencontainers.image.description=[Snipe-it](https://github.com/grokability/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.\" \
665665
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
666666
--provenance=true --sbom=true --builder=container --load \
667667
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -720,7 +720,7 @@ pipeline {
720720
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
721721
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
722722
--label \"org.opencontainers.image.title=Snipe-it\" \
723-
--label \"org.opencontainers.image.description=[Snipe-it](https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.\" \
723+
--label \"org.opencontainers.image.description=[Snipe-it](https://github.com/grokability/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.\" \
724724
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
725725
--provenance=true --sbom=true --builder=container --load \
726726
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."

0 commit comments

Comments
 (0)