Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ImageGeniusCI committed Oct 10, 2023
1 parent 7423d6b commit 56387a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ pipeline {
}
sh '''#! /bin/bash
set -e
docker pull ghcr.io/imagegenius/ci:e92336cd-ig50
docker pull ghcr.io/imagegenius/ci:latest
if [ "${MULTIARCH}" == "true" ]; then
docker pull ghcr.io/imagegenius/igdev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}
docker tag ghcr.io/imagegenius/igdev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} ${GITHUBIMAGE}:arm64v8-${META_TAG}
Expand All @@ -605,7 +605,7 @@ pipeline {
-e WEB_SCREENSHOT=\"${CI_WEB}\" \
-e WEB_AUTH=\"${CI_AUTH}\" \
-e WEB_PATH=\"${CI_WEBPATH}\" \
-t ghcr.io/imagegenius/ci:e92336cd-ig50 \
-t ghcr.io/imagegenius/ci:latest \
python3 test_build.py
'''
}
Expand Down

0 comments on commit 56387a2

Please sign in to comment.