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 0b48fd5 commit 915edf9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/get-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ on:
packaging_img_version:
description: "docker image version for packaging (vcpkg checksum)"
value: ${{ jobs.get-environment.outputs.packaging_img_version }}
img_version:
description: "docker image version (vcpkg checksum)"
value: ${{ jobs.get-environment.outputs.img_version }}
test_img_version:
description: "test docker image version (checksum of database sql, script and dockerfiles)"
value: ${{ jobs.get-environment.outputs.test_img_version }}
Expand Down Expand Up @@ -78,7 +75,6 @@ jobs:
is_targeting_feature_branch: ${{ steps.get_stability.outputs.is_targeting_feature_branch }}
is_nightly: ${{ steps.get_nightly_status.outputs.is_nightly }}
packaging_img_version: ${{ steps.get_docker_images_version.outputs.packaging_img_version }}
img_version: ${{ steps.get_docker_images_version.outputs.img_version }}
test_img_version: ${{ steps.get_docker_images_version.outputs.test_img_version }}
skip_workflow: ${{ steps.skip_workflow.outputs.result }}
labels: ${{ steps.has_skip_label.outputs.labels }}
Expand Down Expand Up @@ -443,7 +439,7 @@ jobs:
['release_type', '${{ steps.get_release_type.outputs.release_type || '<em>not defined because this is not a release</em>' }}'],
['is_targeting_feature_branch', '${{ steps.get_stability.outputs.is_targeting_feature_branch }}'],
['is_nightly', '${{ steps.get_nightly_status.outputs.is_nightly }}'],
['img_version', '${{ steps.get_docker_images_version.outputs.img_version }}'],
['packaging_img_version', '${{ steps.get_docker_images_version.outputs.packaging_img_version }}'],
['test_img_version', '${{ steps.get_docker_images_version.outputs.test_img_version }}'],
['skip_workflow', '${{ steps.skip_workflow.outputs.result }}'],
['labels', '${{ steps.has_skip_label.outputs.labels }}'],
Expand Down

0 comments on commit 915edf9

Please sign in to comment.