Skip to content

Commit e51e1bd

Browse files
committed
feat: add ContainerInfo--object as return object to inspect_container
Fix env var name in release pipeline to match hatch expectations Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com> Build Re-trigger Signed-off-by: Khushiyant <khushiyant2002@gmail.com> Fix env var name in release pipeline Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com> fix: correct class name from CoontainerInfoObejectTest to ContainerInfoObjectTest
1 parent 6ecf750 commit e51e1bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
env:
3434
# This is also supported by Hatch; see
3535
# https://github.com/ofek/hatch-vcs#version-source-environment-variables
36-
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ inputs.tag }}
36+
37+
38+
SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER: ${{ inputs.tag }}
39+
3740

3841
- name: Publish to PyPI
3942
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)