Skip to content

Commit

Permalink
Merge pull request #45 from ai4os/fix/new-metadata
Browse files Browse the repository at this point in the history
fix: new metadata docker image
  • Loading branch information
Sftobias authored Oct 18, 2024
2 parents 80047fb + 3259c08 commit 3d0673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nomad/files/getDockerImages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for item in $items; do
fi

# Get the value of field docker_registry_repo
docker_registry_repo=$(echo "$metadata_response" | jq -r '.sources.docker_registry_repo')
docker_registry_repo=$(echo "$metadata_response" | jq -r '.links.docker_image')

# Download docker image
if [ "$docker_registry_repo" != "null" ]; then
Expand Down

0 comments on commit 3d0673f

Please sign in to comment.