Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] - bug dependency image is being used with latest tag #1311

Open
JoshuaSBrown opened this issue Feb 11, 2025 · 0 comments
Open

[CI] - bug dependency image is being used with latest tag #1311

JoshuaSBrown opened this issue Feb 11, 2025 · 0 comments

Comments

@JoshuaSBrown
Copy link
Collaborator

Description

In the CI there is the line

docker build --build-arg DEPENDENCIES="${REGISTRY}/datafed/dependencies-${BRANCH_LOWER}:latest" --build-arg RUNTIME="${REGISTRY}/datafed/runtime-${BRANCH_LOWER}:latest" -f "${DOCKER_FILE_PATH}" -t "${REGISTRY}/${PROJECT}/${COMPONENT}-${BRANCH_LOWER}:latest" .

This is assuming that the latest image is associated with the current commit, it's possible that the local latest image on the VM is not the most up to date one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant