Skip to content

Commit

Permalink
enh(ci): build docker image dedicated to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jan 31, 2025
1 parent 915edf9 commit b72070a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/get-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ jobs:
PACKAGING_IMG_VERSION=$(cat `ls .github/docker/Dockerfile.packaging-*` vcpkg.json | md5sum | awk '{print substr($1, 0, 8)}')
echo "packaging_img_version=$PACKAGING_IMG_VERSION" >> $GITHUB_OUTPUT
IMG_VERSION=$( cat `ls .github/docker/Dockerfile.centreon-collect-* | grep -v test` vcpkg.json | md5sum | awk '{print substr($1, 0, 8)}')
echo "img_version=$IMG_VERSION" >> $GITHUB_OUTPUT
TEST_IMG_VERSION=$(cat .github/docker/Dockerfile.centreon-collect-*-test .github/scripts/collect-prepare-test-robot.sh resources/*.sql | md5sum | cut -c1-8)
echo "test_img_version=$TEST_IMG_VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b72070a

Please sign in to comment.